summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib/Release.vsprops
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-15 15:38:10 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-15 15:54:40 -0700
commit2ae01123576c82be94c1e593b76b1660d571c8b4 (patch)
tree0d59eb7dacd70e393febea3567d7a0065c4715df /crawl-ref/source/contrib/Release.vsprops
parent4e50731697e5b2f22662d494838d900b5e5f16fa (diff)
downloadcrawl-ref-2ae01123576c82be94c1e593b76b1660d571c8b4.tar.gz
crawl-ref-2ae01123576c82be94c1e593b76b1660d571c8b4.zip
msvc: add tile build support
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/contrib/Release.vsprops')
-rw-r--r--crawl-ref/source/contrib/Release.vsprops21
1 files changed, 21 insertions, 0 deletions
diff --git a/crawl-ref/source/contrib/Release.vsprops b/crawl-ref/source/contrib/Release.vsprops
new file mode 100644
index 0000000000..701167bc22
--- /dev/null
+++ b/crawl-ref/source/contrib/Release.vsprops
@@ -0,0 +1,21 @@
+<?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"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ AssemblerOutput="4"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ />
+</VisualStudioPropertySheet>