File: win32.sh

package info (click to toggle)
pennmush 1.8.0p4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,068 kB
  • ctags: 6,319
  • sloc: ansic: 68,221; sh: 7,056; perl: 1,150; makefile: 284
file content (9 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
cc=`pwd`'/utils/clwrapper.sh'
ccflags='/DWIN32 /DNDEBUG /D_CONSOLE'
ldflags='/MT'
libs='libcmt.lib winmm.lib wsock32.lib advapi32.lib /link /NODEFAULTLIB:libc.lib /subsystem:console /incremental:no /pdb:PennMUSH.pdb /machine:I386'
optimize='/O1'
d_index='undef'
d_strchr='define'
usenm='n'
has_fcntl='false'