Last change
on this file was
1575,
checked in by orlov, 16 years ago
|
- Helper scripts (to be run in cygwin) for building samples on windows.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
243 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | cl.exe /ZI /DWINDOWS /DDEBUG /DPARANOIA /DRFRT_STINGY_STACK /GR /EHsc $1 \ |
---|
4 | /I../../runtime /I../../libp++ /I../../library/include \ |
---|
5 | /link /FORCE ../../runtime/librfrt.lib \ |
---|
6 | ../../libp++/libpxx.lib ../../library/librf.lib gmp.lib |
---|
Note: See
TracBrowser
for help on using the repository browser.