PennMUSH Community

root/1.8.3/trunk/hints/win32.sh

Revision 258, 308 bytes (checked in by pennmush, 2 years ago)

PennMUSH 1.7.3p0 Archival

Line 
1 cc=`pwd`'/utils/clwrapper.sh'
2 ccflags='/DWIN32 /DNDEBUG /D_CONSOLE'
3 ldflags='/MT'
4 libs='libcmt.lib winmm.lib wsock32.lib advapi32.lib /link /NODEFAULTLIB:libc.lib /subsystem:console /incremental:no /pdb:PennMUSH.pdb /machine:I386'
5 optimize='/O1'
6 d_index='undef'
7 d_strchr='define'
8 usenm='n'
9 has_fcntl='false'
Note: See TracBrowser for help on using the browser.