diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-26 10:37:45 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-26 10:37:45 +0000 |
commit | 49e9510c432987393d10ec1b8b1c2d416c9feb42 (patch) | |
tree | 4d930ebf1094ad5972cb8ba20b89d12ce74d4f3c /vcproj-9/map-server_sql.vcproj | |
parent | fda87bd7ef5a71f4f5d5e604de1b15c58763efdd (diff) | |
download | hercules-49e9510c432987393d10ec1b8b1c2d416c9feb42.tar.gz hercules-49e9510c432987393d10ec1b8b1c2d416c9feb42.tar.bz2 hercules-49e9510c432987393d10ec1b8b1c2d416c9feb42.tar.xz hercules-49e9510c432987393d10ec1b8b1c2d416c9feb42.zip |
Adjusted eAthena code to compile cleanly in C++ mode.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12436 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9/map-server_sql.vcproj')
-rw-r--r-- | vcproj-9/map-server_sql.vcproj | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/vcproj-9/map-server_sql.vcproj b/vcproj-9/map-server_sql.vcproj index fce6df987..df0d9a7c3 100644 --- a/vcproj-9/map-server_sql.vcproj +++ b/vcproj-9/map-server_sql.vcproj @@ -40,7 +40,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalOptions="/wd4018
/wd4100" + AdditionalOptions="/wd4018
/wd4100
/wd4800" Optimization="0" AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql" PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;MAPREGSQL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION" @@ -53,9 +53,8 @@ DefaultCharIsUnsigned="false" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="false" DebugInformationFormat="4" - CompileAs="1" + CompileAs="2" /> <Tool Name="VCManagedResourceCompilerTool" @@ -129,7 +128,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalOptions="/wd4018
/wd4100" + AdditionalOptions="/wd4018
/wd4100
/wd4800" Optimization="2" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" @@ -144,9 +143,8 @@ DefaultCharIsUnsigned="false" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="false" DebugInformationFormat="3" - CompileAs="1" + CompileAs="2" /> <Tool Name="VCManagedResourceCompilerTool" @@ -170,7 +168,6 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" - OptimizeForWindows98="1" LinkTimeCodeGeneration="1" RandomizedBaseAddress="1" DataExecutionPrevention="0" |