From aa2b91126827e6460a86ba0622a1f41328a7303e Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 5 Jan 2007 15:57:01 +0000 Subject: - Major reconfiguration of the trunk VS8 project files, read the changelog for details - Also removed some deprecated code that was causing linking conflicts - And fixed a missing md5calc reference in stable's VS8 files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9619 54d463be-8e91-2dee-dedb-b68131a5f0ec --- vcproj-8/char-server_sql.vcproj | 105 +++++++++++++++-------- vcproj-8/char-server_txt.vcproj | 29 ++++--- vcproj-8/login-server_sql.vcproj | 74 ++++++++++------ vcproj-8/login-server_txt.vcproj | 84 +++++++++++------- vcproj-8/map-server_sql.vcproj | 179 +++++++++++++++++++++++++-------------- vcproj-8/map-server_txt.vcproj | 34 +++++--- 6 files changed, 326 insertions(+), 179 deletions(-) (limited to 'vcproj-8') diff --git a/vcproj-8/char-server_sql.vcproj b/vcproj-8/char-server_sql.vcproj index 3cbd1240f..c60607bf5 100644 --- a/vcproj-8/char-server_sql.vcproj +++ b/vcproj-8/char-server_sql.vcproj @@ -46,8 +46,9 @@ GeneratePreprocessedFile="0" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="1" - DefaultCharIsUnsigned="true" + RuntimeLibrary="3" + EnableFunctionLevelLinking="true" + DefaultCharIsUnsigned="false" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="false" @@ -65,13 +66,14 @@ /> @@ -125,18 +127,21 @@ /> + > + RelativePath="..\src\char_sql\char.h" + > + RelativePath="..\src\common\core.h" + > + RelativePath="..\src\common\db.h" + > + RelativePath="..\src\common\graph.h" + > + RelativePath="..\src\common\grfio.h" + > + RelativePath="..\src\char_sql\int_guild.h" + > + RelativePath="..\src\char_sql\int_homun.h" + > + RelativePath="..\src\char_sql\int_party.h" + > + RelativePath="..\src\char_sql\int_pet.h" + > + RelativePath="..\src\char_sql\int_storage.h" + > + RelativePath="..\src\char_sql\inter.h" + > + RelativePath="..\src\char_sql\itemdb.h" + > + RelativePath="..\src\common\lock.h" + > + RelativePath="..\src\common\malloc.h" + > + RelativePath="..\src\common\mapindex.h" + > + RelativePath="..\src\common\mmo.h" + > + RelativePath="..\src\common\nullpo.h" + > + RelativePath="..\src\common\plugin.h" + > + RelativePath="..\src\common\plugins.h" + > + RelativePath="..\src\common\showmsg.h" + > + RelativePath="..\src\common\socket.h" + > + RelativePath="..\src\common\strlib.h" + > + RelativePath="..\src\common\timer.h" + > + RelativePath="..\src\common\utils.h" + > + RelativePath="..\src\common\version.h" + > diff --git a/vcproj-8/char-server_txt.vcproj b/vcproj-8/char-server_txt.vcproj index 78622d919..4d2090a5e 100644 --- a/vcproj-8/char-server_txt.vcproj +++ b/vcproj-8/char-server_txt.vcproj @@ -1,7 +1,7 @@ @@ -124,18 +126,22 @@ /> @@ -132,13 +133,13 @@ AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql" PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION" RuntimeLibrary="0" - DefaultCharIsUnsigned="true" + DefaultCharIsUnsigned="false" UsePrecompiledHeader="0" PrecompiledHeaderThrough="" PrecompiledHeaderFile="" WarningLevel="3" Detect64BitPortabilityProblems="false" - DebugInformationFormat="0" + DebugInformationFormat="3" CompileAs="1" /> + > + RelativePath="..\src\common\core.h" + > + RelativePath="..\src\common\db.h" + > + RelativePath="..\src\common\graph.h" + > + RelativePath="..\src\common\grfio.h" + > + RelativePath="..\src\common\lock.h" + > + RelativePath="..\src\login_sql\login.h" + > + RelativePath="..\src\common\malloc.h" + > + RelativePath="..\src\common\md5calc.h" + > + RelativePath="..\src\common\mmo.h" + > + RelativePath="..\src\common\nullpo.h" + > + RelativePath="..\src\common\plugin.h" + > + RelativePath="..\src\common\plugins.h" + > + RelativePath="..\src\common\showmsg.h" + > + RelativePath="..\src\common\socket.h" + > + RelativePath="..\src\common\strlib.h" + > + RelativePath="..\src\common\timer.h" + > + RelativePath="..\src\common\utils.h" + > + RelativePath="..\src\common\version.h" + > diff --git a/vcproj-8/login-server_txt.vcproj b/vcproj-8/login-server_txt.vcproj index 74aa6b510..157a8340d 100644 --- a/vcproj-8/login-server_txt.vcproj +++ b/vcproj-8/login-server_txt.vcproj @@ -20,7 +20,6 @@ OutputDirectory="Debug-login" IntermediateDirectory="Debug-login" ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" > @@ -112,8 +112,8 @@ OutputDirectory="Release-login" IntermediateDirectory="Release-login" ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" + WholeProgramOptimization="1" > + > + RelativePath="..\src\common\core.h" + > + RelativePath="..\src\common\db.h" + > + RelativePath="..\src\common\graph.h" + > + RelativePath="..\src\common\grfio.h" + > + RelativePath="..\src\common\lock.h" + > + RelativePath="..\src\login\login.h" + > + RelativePath="..\src\common\malloc.h" + > + RelativePath="..\src\common\md5calc.h" + > + RelativePath="..\src\common\mmo.h" + > + RelativePath="..\src\common\nullpo.h" + > + RelativePath="..\src\common\plugin.h" + > + RelativePath="..\src\common\plugins.h" + > + RelativePath="..\src\common\showmsg.h" + > + RelativePath="..\src\common\socket.h" + > + RelativePath="..\src\common\strlib.h" + > + RelativePath="..\src\common\timer.h" + > + RelativePath="..\src\common\utils.h" + > + RelativePath="..\src\common\version.h" + > diff --git a/vcproj-8/map-server_sql.vcproj b/vcproj-8/map-server_sql.vcproj index 82223da5d..d318cc745 100644 --- a/vcproj-8/map-server_sql.vcproj +++ b/vcproj-8/map-server_sql.vcproj @@ -1,7 +1,7 @@ @@ -107,6 +108,7 @@ ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" + WholeProgramOptimization="1" > + > + RelativePath="..\src\map\atcommand.h" + > + RelativePath="..\src\map\battle.h" + > + RelativePath="..\src\common\cbasetypes.h" + > + RelativePath="..\src\map\charcommand.h" + > + RelativePath="..\src\map\charsave.h" + > + RelativePath="..\src\map\chat.h" + > + RelativePath="..\src\map\chrif.h" + > + RelativePath="..\src\map\clif.h" + > + RelativePath="..\src\common\core.h" + > + RelativePath="..\src\map\date.h" + > + RelativePath="..\src\common\db.h" + > + RelativePath="..\src\common\ers.h" + > + RelativePath="..\src\common\graph.h" + > + RelativePath="..\src\common\grfio.h" + > + RelativePath="..\src\map\guild.h" + > + RelativePath="..\src\map\intif.h" + > + RelativePath="..\src\map\irc.h" + > + RelativePath="..\src\map\itemdb.h" + > + RelativePath="..\src\common\limits.h" + > + RelativePath="..\src\common\lock.h" + > + RelativePath="..\src\map\log.h" + > + RelativePath="..\src\map\mail.h" + > + RelativePath="..\src\common\malloc.h" + > + RelativePath="..\src\map\map.h" + > + RelativePath="..\src\common\mapindex.h" + > + RelativePath="..\src\map\mercenary.h" + > + RelativePath="..\src\common\mmo.h" + > + RelativePath="..\src\map\mob.h" + > + RelativePath="..\src\map\npc.h" + > + RelativePath="..\src\common\nullpo.h" + > + RelativePath="..\src\map\party.h" + > + RelativePath="..\src\map\pc.h" + > + RelativePath="..\src\map\pcre.h" + > + RelativePath="..\src\map\pet.h" + > + RelativePath="..\src\common\plugin.h" + > + RelativePath="..\src\common\plugins.h" + > + RelativePath="..\src\map\script.h" + > + RelativePath="..\src\common\showmsg.h" + > + RelativePath="..\src\map\skill.h" + > + RelativePath="..\src\common\socket.h" + > + RelativePath="..\src\map\status.h" + > + RelativePath="..\src\map\storage.h" + > + RelativePath="..\src\common\strlib.h" + > + RelativePath="..\src\common\timer.h" + > + RelativePath="..\src\map\trade.h" + > + RelativePath="..\src\map\unit.h" + > + RelativePath="..\src\common\utils.h" + > + RelativePath="..\src\map\vending.h" + > + RelativePath="..\src\common\version.h" + > diff --git a/vcproj-8/map-server_txt.vcproj b/vcproj-8/map-server_txt.vcproj index 16611dfb2..6fa4837eb 100644 --- a/vcproj-8/map-server_txt.vcproj +++ b/vcproj-8/map-server_txt.vcproj @@ -1,7 +1,7 @@ @@ -107,8 +108,8 @@ OutputDirectory="Release-map" IntermediateDirectory="Release-map" ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" + WholeProgramOptimization="1" >