summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/MSVC')
-rw-r--r--crawl-ref/source/MSVC/Console.vsprops2
-rw-r--r--crawl-ref/source/MSVC/Tiles.vsprops2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/MSVC/Console.vsprops b/crawl-ref/source/MSVC/Console.vsprops
index 9937955be8..213cfb9f73 100644
--- a/crawl-ref/source/MSVC/Console.vsprops
+++ b/crawl-ref/source/MSVC/Console.vsprops
@@ -6,6 +6,6 @@
>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32CONSOLE"
+ PreprocessorDefinitions=""
/>
</VisualStudioPropertySheet>
diff --git a/crawl-ref/source/MSVC/Tiles.vsprops b/crawl-ref/source/MSVC/Tiles.vsprops
index 58f6db88e2..6ace6166ef 100644
--- a/crawl-ref/source/MSVC/Tiles.vsprops
+++ b/crawl-ref/source/MSVC/Tiles.vsprops
@@ -7,7 +7,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\contrib\sdl\include&quot;;&quot;$(SolutionDir)\..\contrib\sdl-image&quot;;&quot;$(SolutionDir)\..\contrib\libpng&quot;;&quot;$(SolutionDir)\..\contrib\freetype\include&quot;;&quot;$(SolutionDir)\..\contrib\zlib&quot;"
- PreprocessorDefinitions="WIN32TILES;USE_TILE"
+ PreprocessorDefinitions="USE_TILE"
/>
<Tool
Name="VCLinkerTool"