summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib/Debug.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/Debug.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/Debug.vsprops')
-rw-r--r--crawl-ref/source/contrib/Debug.vsprops12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawl-ref/source/contrib/Debug.vsprops b/crawl-ref/source/contrib/Debug.vsprops
new file mode 100644
index 0000000000..6a0b290a64
--- /dev/null
+++ b/crawl-ref/source/contrib/Debug.vsprops
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="Debug"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ RuntimeLibrary="1"
+ />
+</VisualStudioPropertySheet>