summaryrefslogtreecommitdiff
path: root/VC++Files/mysql.sln
diff options
context:
space:
mode:
authorunknown <knielsen@mysql.com>2006-05-02 09:19:54 +0200
committerunknown <knielsen@mysql.com>2006-05-02 09:19:54 +0200
commit33417297c5e11ff82aae7bc2d8b5a75968725905 (patch)
tree344e142a1552ff36726a9f213f672836202a643a /VC++Files/mysql.sln
parenta82956545761a68c87d235ba4b0bea9729cebab7 (diff)
downloadmariadb-git-33417297c5e11ff82aae7bc2d8b5a75968725905.tar.gz
Fix a bunch of non-Linux compile failures.
VC++Files/mysql.sln: mysql_client_test depends on mysys. VC++Files/mysys/mysys.vcproj: Add new file missing in previous push. mysys/my_memmem.c: Fix illegal pointer arithmetics on void *. tests/Makefile.am: -L must go before -l tests/mysql_client_test.c: No declarations after statement in C code.
Diffstat (limited to 'VC++Files/mysql.sln')
-rw-r--r--VC++Files/mysql.sln1
1 files changed, 1 insertions, 0 deletions
diff --git a/VC++Files/mysql.sln b/VC++Files/mysql.sln
index 14f16f8fd8d..3e3e4c67e17 100644
--- a/VC++Files/mysql.sln
+++ b/VC++Files/mysql.sln
@@ -278,6 +278,7 @@ EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysql_client_test", "tests\mysql_client_test.vcproj", "{DA224DAB-5006-42BE-BB77-16E8BE5326D5}"
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}") = "mysql_test_run_new", "mysql-test\mysql_test_run_new.vcproj", "{6189F838-21C6-42A1-B2D0-9146316573F7}"