diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-05 15:57:01 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-05 15:57:01 +0000 |
commit | aa2b91126827e6460a86ba0622a1f41328a7303e (patch) | |
tree | 26efb27f9f5757a8208ffd2a771a4e03959c57c6 /vcproj-8/login-server_sql.vcproj | |
parent | cf6e32a06c16b1a6d4a47d9e2a7d424f3ce0b26d (diff) | |
download | hercules-aa2b91126827e6460a86ba0622a1f41328a7303e.tar.gz hercules-aa2b91126827e6460a86ba0622a1f41328a7303e.tar.bz2 hercules-aa2b91126827e6460a86ba0622a1f41328a7303e.tar.xz hercules-aa2b91126827e6460a86ba0622a1f41328a7303e.zip |
- 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
Diffstat (limited to 'vcproj-8/login-server_sql.vcproj')
-rw-r--r-- | vcproj-8/login-server_sql.vcproj | 74 |
1 files changed, 47 insertions, 27 deletions
diff --git a/vcproj-8/login-server_sql.vcproj b/vcproj-8/login-server_sql.vcproj index 468c78bf9..d1c9acb1e 100644 --- a/vcproj-8/login-server_sql.vcproj +++ b/vcproj-8/login-server_sql.vcproj @@ -47,7 +47,7 @@ MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" - DefaultCharIsUnsigned="true" + DefaultCharIsUnsigned="false" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="false" @@ -65,13 +65,14 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="WSOCK32.lib libmysql.lib zdll.lib" + AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib libmysql.lib zdll.lib" OutputFile="..\login-server_sql.exe" LinkIncremental="2" AdditionalLibraryDirectories="..\lib" + IgnoreAllDefaultLibraries="true" IgnoreDefaultLibraryNames="LIBCMT" GenerateDebugInformation="true" - ProgramDatabaseFile="$(OutDir)/eAthena.pdb" + ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="1" TargetMachine="1" /> @@ -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" /> <Tool @@ -152,13 +153,14 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="WSOCK32.lib libmysql.lib zdll.lib" + AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib libmysql.lib zdll.lib" OutputFile="..\login-server_sql.exe" LinkIncremental="1" AdditionalLibraryDirectories="..\lib" - IgnoreAllDefaultLibraries="false" + IgnoreAllDefaultLibraries="true" IgnoreDefaultLibraryNames="" - GenerateDebugInformation="false" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" @@ -277,60 +279,78 @@ </Filter> <Filter Name="Header Files" - Filter=""> + > <File - RelativePath="..\src\common\core.h"> + RelativePath="..\src\common\core.h" + > </File> <File - RelativePath="..\src\common\db.h"> + RelativePath="..\src\common\db.h" + > </File> <File - RelativePath="..\src\common\graph.h"> + RelativePath="..\src\common\graph.h" + > </File> <File - RelativePath="..\src\common\grfio.h"> + RelativePath="..\src\common\grfio.h" + > </File> <File - RelativePath="..\src\common\lock.h"> + RelativePath="..\src\common\lock.h" + > </File> <File - RelativePath="..\src\login_sql\login.h"> + RelativePath="..\src\login_sql\login.h" + > </File> <File - RelativePath="..\src\common\malloc.h"> + RelativePath="..\src\common\malloc.h" + > </File> <File - RelativePath="..\src\common\md5calc.h"> + RelativePath="..\src\common\md5calc.h" + > </File> <File - RelativePath="..\src\common\mmo.h"> + RelativePath="..\src\common\mmo.h" + > </File> <File - RelativePath="..\src\common\nullpo.h"> + RelativePath="..\src\common\nullpo.h" + > </File> <File - RelativePath="..\src\common\plugin.h"> + RelativePath="..\src\common\plugin.h" + > </File> <File - RelativePath="..\src\common\plugins.h"> + RelativePath="..\src\common\plugins.h" + > </File> <File - RelativePath="..\src\common\showmsg.h"> + RelativePath="..\src\common\showmsg.h" + > </File> <File - RelativePath="..\src\common\socket.h"> + RelativePath="..\src\common\socket.h" + > </File> <File - RelativePath="..\src\common\strlib.h"> + RelativePath="..\src\common\strlib.h" + > </File> <File - RelativePath="..\src\common\timer.h"> + RelativePath="..\src\common\timer.h" + > </File> <File - RelativePath="..\src\common\utils.h"> + RelativePath="..\src\common\utils.h" + > </File> <File - RelativePath="..\src\common\version.h"> + RelativePath="..\src\common\version.h" + > </File> </Filter> </Files> |