summaryrefslogtreecommitdiff
path: root/vcproj-8/login-server_sql.vcproj
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 16:59:50 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 16:59:50 +0000
commit78cfbc99e7ecfdc31687009fe33e551b5c852110 (patch)
tree6d53edb2bb73e750d36e9133653f4ce8c202d6dc /vcproj-8/login-server_sql.vcproj
parent7e7936b1f7c632cfd05fa005e2853f10f899524b (diff)
downloadhercules-78cfbc99e7ecfdc31687009fe33e551b5c852110.tar.gz
hercules-78cfbc99e7ecfdc31687009fe33e551b5c852110.tar.bz2
hercules-78cfbc99e7ecfdc31687009fe33e551b5c852110.tar.xz
hercules-78cfbc99e7ecfdc31687009fe33e551b5c852110.zip
- Changes in the VS8 project files:
* synchronized the settings between the projects * joined all .h and .cpp files and grouped them based on the src subfolder (easier to understand how the source is organized) * added Debug/Release build targets that build txt/sql only * other minor changes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9758 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-8/login-server_sql.vcproj')
-rw-r--r--vcproj-8/login-server_sql.vcproj122
1 files changed, 77 insertions, 45 deletions
diff --git a/vcproj-8/login-server_sql.vcproj b/vcproj-8/login-server_sql.vcproj
index 18945ad14..1640c110a 100644
--- a/vcproj-8/login-server_sql.vcproj
+++ b/vcproj-8/login-server_sql.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug-sqllogin"
- IntermediateDirectory="Debug-sqllogin"
+ OutputDirectory=".."
+ IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
@@ -45,8 +45,10 @@
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
GeneratePreprocessedFile="0"
MinimalRebuild="true"
+ ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
+ EnableFunctionLevelLinking="true"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -66,13 +68,13 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib libmysql.lib zdll.lib"
- OutputFile="..\login-server_sql.exe"
+ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="2"
AdditionalLibraryDirectories="..\lib"
IgnoreAllDefaultLibraries="true"
- IgnoreDefaultLibraryNames="LIBCMT"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -103,8 +105,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release-sqllogin"
- IntermediateDirectory="Release-sqllogin"
+ OutputDirectory=".."
+ IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
@@ -126,10 +128,13 @@
/>
<Tool
Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
OmitFramePointers="true"
EnableFiberSafeOptimizations="true"
+ WholeProgramOptimization="true"
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"
@@ -154,16 +159,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib libmysql.lib zdll.lib"
- OutputFile="..\login-server_sql.exe"
+ OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="1"
AdditionalLibraryDirectories="..\lib"
IgnoreAllDefaultLibraries="true"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="1"
TargetMachine="1"
/>
<Tool
@@ -196,32 +202,46 @@
</References>
<Files>
<Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ Name="login_sql"
+ >
+ <File
+ RelativePath="..\src\login_sql\login.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\login_sql\login.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="common"
>
<File
RelativePath="..\src\common\core.c"
>
</File>
<File
+ RelativePath="..\src\common\core.h"
+ >
+ </File>
+ <File
RelativePath="..\src\common\db.c"
>
</File>
<File
- RelativePath="..\src\common\ers.c"
+ RelativePath="..\src\common\db.h"
>
</File>
<File
- RelativePath="..\src\common\grfio.c"
+ RelativePath="..\src\common\ers.c"
>
</File>
<File
- RelativePath="..\src\zlib\ioapi.c"
+ RelativePath="..\src\common\grfio.c"
>
</File>
<File
- RelativePath="..\src\zlib\iowin32.c"
+ RelativePath="..\src\common\grfio.h"
>
</File>
<File
@@ -229,7 +249,7 @@
>
</File>
<File
- RelativePath="..\src\login_sql\login.c"
+ RelativePath="..\src\common\lock.h"
>
</File>
<File
@@ -237,111 +257,123 @@
>
</File>
<File
+ RelativePath="..\src\common\malloc.h"
+ >
+ </File>
+ <File
RelativePath="..\src\common\md5calc.c"
>
</File>
<File
+ RelativePath="..\src\common\md5calc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\mmo.h"
+ >
+ </File>
+ <File
RelativePath="..\src\common\nullpo.c"
>
</File>
<File
- RelativePath="..\src\common\plugins.c"
+ RelativePath="..\src\common\nullpo.h"
>
</File>
<File
- RelativePath="..\src\common\showmsg.c"
+ RelativePath="..\src\common\plugin.h"
>
</File>
<File
- RelativePath="..\src\common\socket.c"
+ RelativePath="..\src\common\plugins.c"
>
</File>
<File
- RelativePath="..\src\common\strlib.c"
+ RelativePath="..\src\common\plugins.h"
>
</File>
<File
- RelativePath="..\src\common\timer.c"
+ RelativePath="..\src\common\showmsg.c"
>
</File>
<File
- RelativePath="..\src\zlib\unzip.c"
+ RelativePath="..\src\common\showmsg.h"
>
</File>
<File
- RelativePath="..\src\common\utils.c"
+ RelativePath="..\src\common\socket.c"
>
</File>
- </Filter>
- <Filter
- Name="Header Files"
- >
<File
- RelativePath="..\src\common\core.h"
+ RelativePath="..\src\common\socket.h"
>
</File>
<File
- RelativePath="..\src\common\db.h"
+ RelativePath="..\src\common\strlib.c"
>
</File>
<File
- RelativePath="..\src\common\grfio.h"
+ RelativePath="..\src\common\strlib.h"
>
</File>
<File
- RelativePath="..\src\common\lock.h"
+ RelativePath="..\src\common\timer.c"
>
</File>
<File
- RelativePath="..\src\login_sql\login.h"
+ RelativePath="..\src\common\timer.h"
>
</File>
<File
- RelativePath="..\src\common\malloc.h"
+ RelativePath="..\src\common\utils.c"
>
</File>
<File
- RelativePath="..\src\common\md5calc.h"
+ RelativePath="..\src\common\utils.h"
>
</File>
<File
- RelativePath="..\src\common\mmo.h"
+ RelativePath="..\src\common\version.h"
>
</File>
+ </Filter>
+ <Filter
+ Name="zlib"
+ >
<File
- RelativePath="..\src\common\nullpo.h"
+ RelativePath="..\src\zlib\crypt.h"
>
</File>
<File
- RelativePath="..\src\common\plugin.h"
+ RelativePath="..\src\zlib\ioapi.c"
>
</File>
<File
- RelativePath="..\src\common\plugins.h"
+ RelativePath="..\src\zlib\ioapi.h"
>
</File>
<File
- RelativePath="..\src\common\showmsg.h"
+ RelativePath="..\src\zlib\iowin32.c"
>
</File>
<File
- RelativePath="..\src\common\socket.h"
+ RelativePath="..\src\zlib\iowin32.h"
>
</File>
<File
- RelativePath="..\src\common\strlib.h"
+ RelativePath="..\src\zlib\unzip.c"
>
</File>
<File
- RelativePath="..\src\common\timer.h"
+ RelativePath="..\src\zlib\unzip.h"
>
</File>
<File
- RelativePath="..\src\common\utils.h"
+ RelativePath="..\src\zlib\zconf.h"
>
</File>
<File
- RelativePath="..\src\common\version.h"
+ RelativePath="..\src\zlib\zlib.h"
>
</File>
</Filter>