--- ray/platform/Windows_32.cfg 2005/02/02 00:17:35 1.5 +++ ray/platform/Windows_32.cfg 2005/09/19 11:30:10 1.7 @@ -9,19 +9,18 @@ RAD_MANDIR: share\man # shouldn't need any changes [build] -CPPDEFINES: _WIN32 NDEBUG _CONSOLE _MBCS +CPPDEFINES: _WIN32 NDEBUG _CONSOLE _MBCS HDSUF=.exe CCFLAGS: /W3 /GB /GX /Gy /O2 /YX /FD /c [debug] -CPPDEFINES: _WIN32 _DEBUG _CONSOLE _MBCS +CPPDEFINES: _WIN32 _DEBUG _CONSOLE _MBCS HDSUF=.exe CCFLAGS: /W3 /GB /GX /Gy /Od /Yd /YX /FD /Zi /c LINKFLAGS: /debug # never touch below this [code] -RAD_SPEED: -DSPEED=200 -DHDSUF=.exe RAD_ARGSCOMPAT: fixargv0.c RAD_MATHCOMPAT: erf.c -RAD_MEMCOMPAT: +RAD_NETCOMPAT: win_netproc.c RAD_PROCESS: win_process.c win_popen.c - +RAD_SOCKETLIB: ws2_32