summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/Release.vsprops
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-12 08:03:13 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-12 08:03:13 -0700
commite902c1dbf887d58cd370a86bc676c5297cfffad5 (patch)
treee292c5ad001296d59fc412adcef9710805836ccf /crawl-ref/source/MSVC/Release.vsprops
parent94c8330d25fcece0e2811f82edea8258c0869b8e (diff)
downloadcrawl-ref-e902c1dbf887d58cd370a86bc676c5297cfffad5.tar.gz
crawl-ref-e902c1dbf887d58cd370a86bc676c5297cfffad5.zip
MSVC: add tiles build support
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/MSVC/Release.vsprops')
-rw-r--r--crawl-ref/source/MSVC/Release.vsprops36
1 files changed, 20 insertions, 16 deletions
diff --git a/crawl-ref/source/MSVC/Release.vsprops b/crawl-ref/source/MSVC/Release.vsprops
index 76028517a3..34cdffd24d 100644
--- a/crawl-ref/source/MSVC/Release.vsprops
+++ b/crawl-ref/source/MSVC/Release.vsprops
@@ -1,16 +1,20 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="Release"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- WholeProgramOptimization="false"
- RuntimeLibrary="0"
- />
-</VisualStudioPropertySheet>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="Release"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ WholeProgramOptimization="false"
+ RuntimeLibrary="0"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreDefaultLibraryNames="MSVCRT"
+ />
+</VisualStudioPropertySheet>