summaryrefslogtreecommitdiff
path: root/vcproj-10/login-server_sql.vcxproj
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-11-21 18:42:55 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-11-21 18:42:55 +0000
commit7d25914ea2a9a36591dcfc950cf4384d07c4cef4 (patch)
treeee4776445c4a2e46c87fbd358445daef48a90ba1 /vcproj-10/login-server_sql.vcxproj
parent811218cff672c518bcffacb7d341c5f8fa1ed449 (diff)
downloadhercules-7d25914ea2a9a36591dcfc950cf4384d07c4cef4.tar.gz
hercules-7d25914ea2a9a36591dcfc950cf4384d07c4cef4.tar.bz2
hercules-7d25914ea2a9a36591dcfc950cf4384d07c4cef4.tar.xz
hercules-7d25914ea2a9a36591dcfc950cf4384d07c4cef4.zip
Enabled multi-processor compilation in vcproj-10 files too (followup to r14997).
Note that in vs2010 there's an official field for it in the UI. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14998 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-10/login-server_sql.vcxproj')
-rw-r--r--vcproj-10/login-server_sql.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcproj-10/login-server_sql.vcxproj b/vcproj-10/login-server_sql.vcxproj
index b40f78004..66b20780d 100644
--- a/vcproj-10/login-server_sql.vcxproj
+++ b/vcproj-10/login-server_sql.vcxproj
@@ -55,7 +55,6 @@
<PreprocessorDefinitions>WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;WITH_SQL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessToFile>false</PreprocessToFile>
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
- <MinimalRebuild>true</MinimalRebuild>
<ExceptionHandling>
</ExceptionHandling>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
@@ -69,6 +68,7 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
<DisableSpecificWarnings>4100;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
<Link>
<AdditionalDependencies>libcmtd.lib;oldnames.lib;ws2_32.lib;libmysql.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -110,6 +110,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
<DisableSpecificWarnings>4100;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
<Link>
<AdditionalDependencies>libcmt.lib;oldnames.lib;ws2_32.lib;libmysql.lib;%(AdditionalDependencies)</AdditionalDependencies>