--- ray/platform/Windows_32.cfg 2003/10/21 19:27:28 1.1 +++ ray/platform/Windows_32.cfg 2016/03/06 01:13:17 1.9 @@ -1,4 +1,4 @@ -#share/ platform specific settings for Linux +# platform specific settings for Windows (VC 2015) # where you want everything [install] @@ -9,12 +9,19 @@ RAD_MANDIR: share\man # shouldn't need any changes [build] -CPPFLAGS: /nologo /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" -CCFLAGS: /nologo /G6 /W3 /GX /O2 /YX /FD /c +CPPDEFINES: _WIN32 NDEBUG _CONSOLE _MBCS HDSUF=.exe _CRT_SECURE_NO_WARNINGS +CCFLAGS: /W3 /Gy /O2 /FD /c /EHsc /wd4244 /wd4305 +[debug] +CPPDEFINES: _WIN32 _DEBUG _CONSOLE _MBCS HDSUF=.exe +CCFLAGS: /W3 /Gy /Od /Yd /FD /Zi /c /EHsc +LINKFLAGS: /debug + # never touch below this [code] -RAD_SPEED: -DSPEED=200 -DHDSUF=.exe -RAD_COMPAT: bmalloc.c fixargv0.c erf.c +RAD_ARGSCOMPAT: fixargv0.c +RAD_MATHCOMPAT: erf.c +RAD_NETCOMPAT: win_netproc.c RAD_PROCESS: win_process.c win_popen.c - +RAD_PCALLS: raypwin.c +RAD_SOCKETLIB: ws2_32