summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/lua.vcproj
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-12 06:27:50 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-12 06:30:05 -0700
commit94c8330d25fcece0e2811f82edea8258c0869b8e (patch)
tree2aeaf44488bd02a84855a32c5497bb08d3adadc0 /crawl-ref/source/MSVC/lua.vcproj
parent73caeb4198e8321a6de37934b1120779469cae89 (diff)
downloadcrawl-ref-94c8330d25fcece0e2811f82edea8258c0869b8e.tar.gz
crawl-ref-94c8330d25fcece0e2811f82edea8258c0869b8e.zip
msvc: fix projects to compile Crawl properly
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/MSVC/lua.vcproj')
-rw-r--r--crawl-ref/source/MSVC/lua.vcproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/crawl-ref/source/MSVC/lua.vcproj b/crawl-ref/source/MSVC/lua.vcproj
index 2c57cd692d..0f9e53a8c3 100644
--- a/crawl-ref/source/MSVC/lua.vcproj
+++ b/crawl-ref/source/MSVC/lua.vcproj
@@ -17,9 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
+ InheritedPropertySheets=".\Common.vsprops;.\Debug.vsprops"
CharacterSet="1"
>
<Tool
@@ -43,7 +42,6 @@
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -79,9 +77,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
+ InheritedPropertySheets=".\Common.vsprops;.\Release.vsprops"
CharacterSet="1"
WholeProgramOptimization="1"
>
@@ -103,7 +100,6 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"