summaryrefslogtreecommitdiff
path: root/vcproj-9/plugin-console.vcproj
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-11-21 11:00:59 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-11-21 11:00:59 +0000
commit811218cff672c518bcffacb7d341c5f8fa1ed449 (patch)
tree56fcc0f65399fddb20855c611ca61727295b92ea /vcproj-9/plugin-console.vcproj
parentf5bc81ba1313166f2e6a83a0cb2a15f9b302893b (diff)
downloadhercules-811218cff672c518bcffacb7d341c5f8fa1ed449.tar.gz
hercules-811218cff672c518bcffacb7d341c5f8fa1ed449.tar.bz2
hercules-811218cff672c518bcffacb7d341c5f8fa1ed449.tar.xz
hercules-811218cff672c518bcffacb7d341c5f8fa1ed449.zip
Added /MP (build with multiple processes) switch to all vcproj-9 files to significantly speed up compilation.
Disabled /Gm (C++ minimal rebuild) in debug mode because it conflicted with /MP. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14997 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9/plugin-console.vcproj')
-rw-r--r--vcproj-9/plugin-console.vcproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcproj-9/plugin-console.vcproj b/vcproj-9/plugin-console.vcproj
index 24f21957c..9e7289c59 100644
--- a/vcproj-9/plugin-console.vcproj
+++ b/vcproj-9/plugin-console.vcproj
@@ -47,10 +47,10 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
Optimization="0"
AdditionalIncludeDirectories="../3rdparty/msinttypes/include"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
- MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
PrecompiledHeaderFile=".\Debug/console/console.pch"
@@ -142,6 +142,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="../3rdparty/msinttypes/include"