From 1cba801b550dae239893ebc02b4a37d3b350d8d1 Mon Sep 17 00:00:00 2001 From: terminx Date: Sat, 9 Dec 2017 02:56:22 +0000 Subject: [PATCH] Switch MSVC Makefile to target the VS2015.3 toolchain instead of the VS2017 toolchain, to work around a compiler bug git-svn-id: https://svn.eduke32.com/eduke32@6545 1a8010ca-5511-0410-912e-c29ae57300e0 --- platform/Windows/eduke32.vcxproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/Windows/eduke32.vcxproj b/platform/Windows/eduke32.vcxproj index 510f58a00..4f913d75c 100644 --- a/platform/Windows/eduke32.vcxproj +++ b/platform/Windows/eduke32.vcxproj @@ -39,7 +39,7 @@ {8E7A6179-0B72-4073-8A4C-E8682D481DAE} eduke32 MakeFileProj - v141 + v140 @@ -86,7 +86,6 @@ nmake /f msvc.mak veryclean all WINBITS=64 RENDERTYPE=SDL nmake /f msvc.mak veryclean WINBITS=64 RENDERTYPE=SDL USE_OPENGL;POLYMER;NOASM;SDL_USEFOLDER;SDL_TARGET=2 - $(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\source\build\include\msvc;..\..\source\build\include;..\..\source\enet\include;..\..\source\mact\include;..\..\source\audiolib\include;..\..\source\libxmp-lite\include