summaryrefslogtreecommitdiff
path: root/vcproj/char-server_sql.vcproj
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-31 04:02:06 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-31 04:02:06 +0000
commit46d4b13630a44f86a92b7269c46661947af6b659 (patch)
tree4746e11681780facb2c6083c9231dfdf977d0fe5 /vcproj/char-server_sql.vcproj
parent382ce9ad80de448431c1490185f02b123e1cd08f (diff)
downloadhercules-46d4b13630a44f86a92b7269c46661947af6b659.tar.gz
hercules-46d4b13630a44f86a92b7269c46661947af6b659.tar.bz2
hercules-46d4b13630a44f86a92b7269c46661947af6b659.tar.xz
hercules-46d4b13630a44f86a92b7269c46661947af6b659.zip
Finished native SQL projects [MouseJstr]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1351 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj/char-server_sql.vcproj')
-rw-r--r--vcproj/char-server_sql.vcproj9
1 files changed, 5 insertions, 4 deletions
diff --git a/vcproj/char-server_sql.vcproj b/vcproj/char-server_sql.vcproj
index fb8b90f8b..3a0d6e600 100644
--- a/vcproj/char-server_sql.vcproj
+++ b/vcproj/char-server_sql.vcproj
@@ -19,11 +19,11 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\src\common;;src\zlib"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WIN32;PACKETVER=6;TXT_ONLY;NEW_006b;__WIN32;LOCALZLIB"
+ AdditionalIncludeDirectories="..\src\common;;src\zlib;C:\Program Files\MySQL\MySQL Server 4.1\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WIN32;PACKETVER=6;NEW_006b;__WIN32;LOCALZLIB"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
- RuntimeLibrary="5"
+ RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
@@ -32,9 +32,10 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="WSOCK32.lib"
+ AdditionalDependencies="WSOCK32.lib mysqlclient.lib"
OutputFile="../char-server_sql.exe"
LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Program Files\MySQL\MySQL Server 4.1\lib\debug"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/eAthena.pdb"
SubSystem="1"