summaryrefslogtreecommitdiff
path: root/vcproj-8/char-server_sql.vcproj
diff options
context:
space:
mode:
authorZido <Zido@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-15 15:02:21 +0000
committerZido <Zido@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-15 15:02:21 +0000
commitd8da7d6db040987a50ee2312b16cc13ef9a2e299 (patch)
tree2d077d4c5a29a2059569db51a0a9e796b86b8a0a /vcproj-8/char-server_sql.vcproj
parent9f47bcdf0b4aa137925a4481ba3c19188e354424 (diff)
downloadhercules-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-8/char-server_sql.vcproj')
-rw-r--r--vcproj-8/char-server_sql.vcproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcproj-8/char-server_sql.vcproj b/vcproj-8/char-server_sql.vcproj
index 10178644e..7a2b95212 100644
--- a/vcproj-8/char-server_sql.vcproj
+++ b/vcproj-8/char-server_sql.vcproj
@@ -65,7 +65,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="WSOCK32.lib mysqlclient.lib"
+ AdditionalDependencies="WSOCK32.lib libmysql.lib zdll.lib"
OutputFile="../char-server_sql.exe"
LinkIncremental="2"
AdditionalLibraryDirectories="..\lib"
@@ -128,6 +128,7 @@
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
OmitFramePointers="true"
+ EnableFiberSafeOptimizations="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"
@@ -149,7 +150,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="WSOCK32.lib mysqlclient.lib"
+ AdditionalDependencies="WSOCK32.lib libmysql.lib zdll.lib"
OutputFile="../char-server_sql.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="..\lib"