summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-12 08:11:12 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-12 08:11:12 -0700
commite0e9d62f916e7318116443eb1c18d8118f75a92b (patch)
tree380ebd50388a27ef9d88731c9bada7e717a82588 /crawl-ref/source/MSVC
parente902c1dbf887d58cd370a86bc676c5297cfffad5 (diff)
downloadcrawl-ref-e0e9d62f916e7318116443eb1c18d8118f75a92b.tar.gz
crawl-ref-e0e9d62f916e7318116443eb1c18d8118f75a92b.zip
MSVC: add minimal rebuild support
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/MSVC')
-rw-r--r--crawl-ref/source/MSVC/Common.vsprops22
1 files changed, 13 insertions, 9 deletions
diff --git a/crawl-ref/source/MSVC/Common.vsprops b/crawl-ref/source/MSVC/Common.vsprops
index e1068ebad4..a24da65f90 100644
--- a/crawl-ref/source/MSVC/Common.vsprops
+++ b/crawl-ref/source/MSVC/Common.vsprops
@@ -1,9 +1,13 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="Common"
- OutputDirectory="$(SolutionDir)\bin\$(ProjectName)\$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)\obj\$(ProjectName)\$(ConfigurationName)"
- >
-</VisualStudioPropertySheet>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="Common"
+ OutputDirectory="$(SolutionDir)\bin\$(ProjectName)\$(ConfigurationName)"
+ IntermediateDirectory="$(SolutionDir)\obj\$(ProjectName)\$(ConfigurationName)"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ MinimalRebuild="true"
+ />
+</VisualStudioPropertySheet>