--- ray/platform/Windows_32.cfg 2008/04/21 07:31:28 1.8 +++ ray/platform/Windows_32.cfg 2016/03/06 01:13:17 1.9 @@ -1,4 +1,4 @@ -# platform specific settings for Windows (VC 6) +# platform specific settings for Windows (VC 2015) # where you want everything [install] @@ -9,12 +9,12 @@ RAD_MANDIR: share\man # shouldn't need any changes [build] -CPPDEFINES: _WIN32 NDEBUG _CONSOLE _MBCS HDSUF=.exe -CCFLAGS: /W3 /GB /GX /Gy /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 /GB /GX /Gy /Od /Yd /YX /FD /Zi /c +CCFLAGS: /W3 /Gy /Od /Yd /FD /Zi /c /EHsc LINKFLAGS: /debug # never touch below this