From caeeeaa4cf9df0f8b7f8e9d21d8371703f007131 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Tue, 7 Nov 2023 10:05:17 +0200 Subject: [PATCH] Add missing files to Visual Studio projects Remove duplicate `AdditionalIncludeDirectories` attribute from SDL2 project as it breaks upgrade to .vcxproj format --- Windows/VisualStudio/quakespasm-sdl2.vcproj | 13 ++++++++++++- Windows/VisualStudio/quakespasm.vcproj | 12 ++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/Windows/VisualStudio/quakespasm-sdl2.vcproj b/Windows/VisualStudio/quakespasm-sdl2.vcproj index 285ed1a6..18896666 100644 --- a/Windows/VisualStudio/quakespasm-sdl2.vcproj +++ b/Windows/VisualStudio/quakespasm-sdl2.vcproj @@ -41,7 +41,6 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\SDL2\include;..\codecs\include;..\misc\include;..\..\Quake;$(VC_IncludePath);$(WindowsSDK_IncludePath)" - AdditionalIncludeDirectories="..\SDL2\include;..\codecs\include;..\misc\include;..\..\Quake" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;USE_SDL2;USE_CODEC_MP3;USE_CODEC_VORBIS;USE_CODEC_WAVE;USE_CODEC_FLAC;USE_CODEC_OPUS;USE_CODEC_XMP;USE_CODEC_UMX" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -506,6 +505,14 @@ RelativePath="..\..\Quake\pl_win.c" > + + + + @@ -828,6 +835,10 @@ RelativePath="..\..\Quake\platform.h" > + + diff --git a/Windows/VisualStudio/quakespasm.vcproj b/Windows/VisualStudio/quakespasm.vcproj index 5d5dfdf2..4a6225c7 100644 --- a/Windows/VisualStudio/quakespasm.vcproj +++ b/Windows/VisualStudio/quakespasm.vcproj @@ -501,6 +501,14 @@ RelativePath="..\..\Quake\pl_win.c" > + + + + @@ -831,6 +839,10 @@ RelativePath="..\..\Quake\platform.h" > + +