summaryrefslogtreecommitdiff
path: root/VC++Files
diff options
context:
space:
mode:
authorunknown <SergeyV@selena.>2006-01-26 15:23:53 +0300
committerunknown <SergeyV@selena.>2006-01-26 15:23:53 +0300
commit8e52972a14bb87c0a3f6cd9f683c59a3fd3a06f6 (patch)
tree54da22932dfdb227cd808f951daef293a69e5d31 /VC++Files
parent61946d225a0d8a7e941bc00395391ef9b9f47efe (diff)
downloadmariadb-git-8e52972a14bb87c0a3f6cd9f683c59a3fd3a06f6.tar.gz
Fixes a build problem of mysqlslap by adding a dependency to mysqlclient & mysys
VC++Files/client/mysqlslap.vcproj: Explicit library specification removed from project file VC++Files/mysql.sln: Dependency to mysqlclient & mysys is added for mysqlslap in mysql.sln
Diffstat (limited to 'VC++Files')
-rw-r--r--VC++Files/client/mysqlslap.vcproj2
-rw-r--r--VC++Files/mysql.sln2
2 files changed, 3 insertions, 1 deletions
diff --git a/VC++Files/client/mysqlslap.vcproj b/VC++Files/client/mysqlslap.vcproj
index 581a852b170..ff0d9a437ed 100644
--- a/VC++Files/client/mysqlslap.vcproj
+++ b/VC++Files/client/mysqlslap.vcproj
@@ -162,7 +162,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib mysqlclient.lib mysys.lib"
+ AdditionalDependencies="wsock32.lib odbc32.lib odbccp32.lib"
OutputFile="../client_debug/mysqlslap.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
diff --git a/VC++Files/mysql.sln b/VC++Files/mysql.sln
index e877ee653d8..44409aff48c 100644
--- a/VC++Files/mysql.sln
+++ b/VC++Files/mysql.sln
@@ -290,6 +290,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bdb", "storage\bdb\bdb.vcpr
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysqlslap", "client\mysqlslap.vcproj", "{2E9332CF-072A-4381-BF37-17C5AB4F8583}"
ProjectSection(ProjectDependencies) = postProject
+ {26383276-4843-494B-8BE0-8936ED3EBAAB} = {26383276-4843-494B-8BE0-8936ED3EBAAB}
+ {44D9C7DC-6636-4B82-BD01-6876C64017DF} = {44D9C7DC-6636-4B82-BD01-6876C64017DF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "archive", "storage\archive\archive.vcproj", "{4471CADD-737B-4AD7-A108-2FBAA1C4B03B}"