From c7acb9d65e947e5d9544130170118939c0d23d52 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 20 Dec 2024 16:29:02 -0330 Subject: [PATCH] Disable warnings from external libs (SDL) in VS code analysis mode. --- src/os/windows/Stella.vcxproj | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) 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