diff options
author | Zido <Zido@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-15 15:02:21 +0000 |
---|---|---|
committer | Zido <Zido@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-15 15:02:21 +0000 |
commit | d8da7d6db040987a50ee2312b16cc13ef9a2e299 (patch) | |
tree | 2d077d4c5a29a2059569db51a0a9e796b86b8a0a /vcproj-7.1/char-server_sql.vcproj | |
parent | 9f47bcdf0b4aa137925a4481ba3c19188e354424 (diff) | |
download | hercules-d8da7d6db040987a50ee2312b16cc13ef9a2e299.tar.gz hercules-d8da7d6db040987a50ee2312b16cc13ef9a2e299.tar.bz2 hercules-d8da7d6db040987a50ee2312b16cc13ef9a2e299.tar.xz hercules-d8da7d6db040987a50ee2312b16cc13ef9a2e299.zip |
Added an update by ALZ. Refer to changelog.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6079 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-7.1/char-server_sql.vcproj')
-rw-r--r-- | vcproj-7.1/char-server_sql.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcproj-7.1/char-server_sql.vcproj b/vcproj-7.1/char-server_sql.vcproj index 62d7b8034..ee1d7f109 100644 --- a/vcproj-7.1/char-server_sql.vcproj +++ b/vcproj-7.1/char-server_sql.vcproj @@ -21,7 +21,7 @@ Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WIN32;PACKETVER=6;NEW_006b;__WIN32;LOCALZLIB;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
+ PreprocessorDefinitions="WIN32;_WIN32;__WIN32;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
GeneratePreprocessedFile="0"
MinimalRebuild="FALSE"
BasicRuntimeChecks="0"
@@ -38,7 +38,7 @@ Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="WSOCK32.lib mysqlclient.lib zdll.lib"
+ AdditionalDependencies="WSOCK32.lib libmysql.lib zdll.lib"
OutputFile="../char-server_sql.exe"
LinkIncremental="2"
AdditionalLibraryDirectories="..\lib"
@@ -88,7 +88,7 @@ OptimizeForProcessor="3"
OptimizeForWindowsApplication="TRUE"
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WIN32;PACKETVER=6;NEW_006b;__WIN32;LOCALZLIB;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
+ PreprocessorDefinitions="WIN32;_WIN32;__WIN32;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
RuntimeLibrary="0"
DefaultCharIsUnsigned="TRUE"
UsePrecompiledHeader="0"
@@ -100,7 +100,7 @@ Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="WSOCK32.lib mysqlclient.lib zdll.lib"
+ AdditionalDependencies="WSOCK32.lib libmysql.lib zdll.lib"
OutputFile="../char-server_sql.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="..\lib"
|