diff --git a/src/os/windows/Stella.vcxproj b/src/os/windows/Stella.vcxproj index 7382c6e00..031bf1e1a 100755 --- a/src/os/windows/Stella.vcxproj +++ b/src/os/windows/Stella.vcxproj @@ -135,28 +135,34 @@ $(ProjectDir)\SDL\lib\x64;$(LibraryPath) - $(ProjectDir)\SDL\include;$(IncludePath) + $(IncludePath) true + $(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)\SDL\include $(ProjectDir)\SDL\lib\x64;$(LibraryPath) - $(ProjectDir)\SDL\include;$(IncludePath) + $(IncludePath) + $(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)\SDL\include $(ProjectDir)\SDL\lib\x64;$(LibraryPath) - $(ProjectDir)\SDL\include;$(IncludePath) + $(IncludePath) + $(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)\SDL\include $(ProjectDir)\SDL\lib\x64;$(LibraryPath) - $(ProjectDir)\SDL\include;$(IncludePath) + $(IncludePath) + $(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)\SDL\include $(ProjectDir)\SDL\lib\x64;$(LibraryPath) - $(ProjectDir)\SDL\include;$(IncludePath) + $(IncludePath) + $(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)\SDL\include $(ProjectDir)\SDL\lib\x64;$(LibraryPath) - $(ProjectDir)\SDL\include;$(IncludePath) + $(IncludePath) + $(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)\SDL\include @@ -181,6 +187,7 @@ NoListing $(IntDir)asm\windows\%(RelativeDir) /w14596 %(AdditionalOptions) + true SDL2.lib;SDL2main.lib;SDL2main.lib;%(AdditionalDependencies) @@ -218,6 +225,7 @@ NoListing $(IntDir)asm\windows\%(RelativeDir) /w14596 %(AdditionalOptions) + true SDL2.lib;SDL2main.lib;SDL2main.lib;%(AdditionalDependencies) @@ -257,6 +265,7 @@ $(IntDir)asm\windows\%(RelativeDir) true /w14596 %(AdditionalOptions) + true SDL2.lib;SDL2main.lib;%(AdditionalDependencies) @@ -297,6 +306,7 @@ $(IntDir)asm\windows\%(RelativeDir) true /w14596 %(AdditionalOptions) + true SDL2.lib;SDL2main.lib;%(AdditionalDependencies) @@ -337,6 +347,7 @@ $(IntDir)asm\windows\%(RelativeDir) false /w14596 %(AdditionalOptions) + true SDL2.lib;SDL2main.lib;%(AdditionalDependencies) @@ -376,6 +387,7 @@ All $(IntDir)asm\windows\%(RelativeDir) /w14596 %(AdditionalOptions) + true SDL2.lib;SDL2main.lib;%(AdditionalDependencies) @@ -1988,4 +2000,4 @@ - + \ No newline at end of file