summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/MSVC/crawl.vcproj')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcproj20
1 files changed, 12 insertions, 8 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcproj b/crawl-ref/source/MSVC/crawl.vcproj
index 0cd46d23fa..c82de4b927 100644
--- a/crawl-ref/source/MSVC/crawl.vcproj
+++ b/crawl-ref/source/MSVC/crawl.vcproj
@@ -18,8 +18,9 @@
<Configuration
Name="Debug Console|Win32"
OutputDirectory="$(SolutionDir)\.."
+ IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
- InheritedPropertySheets=".\Debug.vsprops;.\Console.vsprops;.\Common.vsprops"
+ InheritedPropertySheets=".\Console.vsprops;.\Debug.vsprops;.\Common.vsprops"
CharacterSet="0"
WholeProgramOptimization="0"
>
@@ -97,7 +98,7 @@
Name="Release Console|Win32"
OutputDirectory="$(SolutionDir)\.."
ConfigurationType="1"
- InheritedPropertySheets=".\Release.vsprops;.\Console.vsprops;.\Common.vsprops"
+ InheritedPropertySheets=".\Console.vsprops;.\Release.vsprops;.\Common.vsprops"
CharacterSet="0"
WholeProgramOptimization="0"
>
@@ -174,7 +175,7 @@
Name="Debug Tiles|Win32"
OutputDirectory="$(SolutionDir)\.."
ConfigurationType="1"
- InheritedPropertySheets=".\Debug.vsprops;.\Common.vsprops;.\Tiles.vsprops"
+ InheritedPropertySheets=".\Tiles.vsprops;.\Debug.vsprops;.\Common.vsprops"
CharacterSet="0"
WholeProgramOptimization="0"
>
@@ -197,7 +198,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
MinimalRebuild="true"
BasicRuntimeChecks="3"
UsePrecompiledHeader="2"
@@ -218,9 +219,10 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="SDL.lib SDL_image.lib libpng.lib lua.lib pcre.lib sqlite.lib zlib.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
- SubSystem="1"
+ SubSystem="2"
TargetMachine="1"
/>
<Tool
@@ -252,7 +254,7 @@
Name="Release Tiles|Win32"
OutputDirectory="$(SolutionDir)\.."
ConfigurationType="1"
- InheritedPropertySheets=".\Release.vsprops;.\Common.vsprops;.\Tiles.vsprops"
+ InheritedPropertySheets=".\Tiles.vsprops;.\Release.vsprops;.\Common.vsprops"
CharacterSet="0"
WholeProgramOptimization="0"
>
@@ -274,7 +276,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="AppHdr.h"
WarningLevel="3"
@@ -293,9 +295,11 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="SDL.lib SDL_image.lib libpng.lib lua.lib pcre.lib sqlite.lib zlib.lib"
LinkIncremental="1"
+ AdditionalLibraryDirectories="$(ProjectDir)\..\contrib\bin\8.0"
GenerateDebugInformation="true"
- SubSystem="1"
+ SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"