diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-11-21 18:42:55 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-11-21 18:42:55 +0000 |
commit | 7d25914ea2a9a36591dcfc950cf4384d07c4cef4 (patch) | |
tree | ee4776445c4a2e46c87fbd358445daef48a90ba1 /vcproj-10/char-server_sql.vcxproj | |
parent | 811218cff672c518bcffacb7d341c5f8fa1ed449 (diff) | |
download | hercules-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/char-server_sql.vcxproj')
-rw-r--r-- | vcproj-10/char-server_sql.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcproj-10/char-server_sql.vcxproj b/vcproj-10/char-server_sql.vcxproj index 3626abf95..c837f8da7 100644 --- a/vcproj-10/char-server_sql.vcxproj +++ b/vcproj-10/char-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;%(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>4800;%(DisableSpecificWarnings)</DisableSpecificWarnings> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <AdditionalDependencies>libcmtd.lib;oldnames.lib;ws2_32.lib;libmysql.lib;%(AdditionalDependencies)</AdditionalDependencies> @@ -106,6 +106,7 @@ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAs>CompileAsC</CompileAs> <DisableSpecificWarnings>4800;%(DisableSpecificWarnings)</DisableSpecificWarnings> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <AdditionalDependencies>libcmt.lib;oldnames.lib;ws2_32.lib;libmysql.lib;%(AdditionalDependencies)</AdditionalDependencies> |