--- ray/platform/Windows_32.cfg 2016/03/06 01:13:17 1.9 +++ ray/platform/Windows_32.cfg 2016/03/10 01:44:51 1.10 @@ -1,20 +1,20 @@ -# platform specific settings for Windows (VC 2015) +# platform specific settings for Windows 32 bit (VC 2015) # where you want everything [install] -RAD_BASEDIR: c:\radiance3.6a +RAD_BASEDIR: {PROGRAMFILES}\radiance RAD_BINDIR: bin RAD_RLIBDIR: share\lib RAD_MANDIR: share\man # shouldn't need any changes [build] -CPPDEFINES: _WIN32 NDEBUG _CONSOLE _MBCS HDSUF=.exe _CRT_SECURE_NO_WARNINGS +CPPDEFINES: _WIN32 NDEBUG _CONSOLE _MBCS HDSUF=.exe _CRT_SECURE_NO_WARNINGS RT_WINPROC 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 +CPPDEFINES: _WIN32 _DEBUG _CONSOLE _MBCS HDSUF=.exe _CRT_SECURE_NO_WARNINGS RT_WINPROC +CCFLAGS: /W3 /Gy /Od /Yd /FD /Zi /c /EHsc /wd4244 /wd4305 LINKFLAGS: /debug # never touch below this