summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/Release.vsprops
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/Release.vsprops
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/Release.vsprops')
-rw-r--r--crawl-ref/source/MSVC/Release.vsprops16
1 files changed, 16 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/Release.vsprops b/crawl-ref/source/MSVC/Release.vsprops
new file mode 100644
index 0000000000..76028517a3
--- /dev/null
+++ b/crawl-ref/source/MSVC/Release.vsprops
@@ -0,0 +1,16 @@
+<?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>