(svn r14854) -Change: speedup compilation with MSVC on 'multi-processor' systems (khh)

This commit is contained in:
glx
2009-01-05 21:53:59 +00:00
parent 9f7cab0e0e
commit 779eb0061a
6 changed files with 18 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
Optimization="1"
FavorSizeOrSpeed="2"
PreprocessorDefinitions="STRGEN;WIN32;_DEBUG;_CONSOLE"