diff options
author | unknown <SergeyV@selena.> | 2006-01-26 15:23:53 +0300 |
---|---|---|
committer | unknown <SergeyV@selena.> | 2006-01-26 15:23:53 +0300 |
commit | 8e52972a14bb87c0a3f6cd9f683c59a3fd3a06f6 (patch) | |
tree | 54da22932dfdb227cd808f951daef293a69e5d31 /VC++Files/mysql.sln | |
parent | 61946d225a0d8a7e941bc00395391ef9b9f47efe (diff) | |
download | mariadb-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/mysql.sln')
-rw-r--r-- | VC++Files/mysql.sln | 2 |
1 files changed, 2 insertions, 0 deletions
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}" |