Skip to content

Commit

Permalink
Merge pull request #132 from alexey-lysiuk/fix-vs-projects
Browse files Browse the repository at this point in the history
Fixes for Visual Studio projects
  • Loading branch information
Shpoike authored Dec 4, 2023
2 parents 9df5488 + caeeeaa commit d56ab8f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Windows/VisualStudio/quakespasm-sdl2.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -506,6 +505,14 @@
RelativePath="..\..\Quake\pl_win.c"
>
</File>
<File
RelativePath="..\..\Quake\pmove.c"
>
</File>
<File
RelativePath="..\..\Quake\pmovetst.c"
>
</File>
<File
RelativePath="..\..\Quake\pr_cmds.c"
>
Expand Down Expand Up @@ -828,6 +835,10 @@
RelativePath="..\..\Quake\platform.h"
>
</File>
<File
RelativePath="..\..\Quake\pmove.h"
>
</File>
<File
RelativePath="..\..\Quake\pr_comp.h"
>
Expand Down
12 changes: 12 additions & 0 deletions Windows/VisualStudio/quakespasm.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,14 @@
RelativePath="..\..\Quake\pl_win.c"
>
</File>
<File
RelativePath="..\..\Quake\pmove.c"
>
</File>
<File
RelativePath="..\..\Quake\pmovetst.c"
>
</File>
<File
RelativePath="..\..\Quake\pr_cmds.c"
>
Expand Down Expand Up @@ -831,6 +839,10 @@
RelativePath="..\..\Quake\platform.h"
>
</File>
<File
RelativePath="..\..\Quake\pmove.h"
>
</File>
<File
RelativePath="..\..\Quake\pr_comp.h"
>
Expand Down

0 comments on commit d56ab8f

Please sign in to comment.