diff options
author | unknown <lenz@mysql.com> | 2004-05-06 18:31:09 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-05-06 18:31:09 +0200 |
commit | bd43223e3b5c2e6018843ac31b743c82b8aa5e48 (patch) | |
tree | 86ed7603a87d432cc7e8f2a91bcde49166f8af5b /VC++Files/libmysql | |
parent | f088cf990735a451a87add42a2ed4c4fda18513a (diff) | |
download | mariadb-git-bd43223e3b5c2e6018843ac31b743c82b8aa5e48.tar.gz |
- Windows compile fixes: added some missing files to the Windows Project
files, fixed linking of myisam_ftdump
VC++Files/client/mysqlclient.dsp:
- added strings/ctype.uca.c
VC++Files/libmysql/libmysql.dsp:
- added strings/ctype.uca.c
VC++Files/myisam_ftdump/myisam_ftdump.dsp:
- added zlib to the link line
VC++Files/sql/mysqld.dsp:
- added discover.cpp
VC++Files/strings/strings.dsp:
- added strings/ctype.uca.c
Diffstat (limited to 'VC++Files/libmysql')
-rw-r--r-- | VC++Files/libmysql/libmysql.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VC++Files/libmysql/libmysql.dsp b/VC++Files/libmysql/libmysql.dsp index 8b36016f8c1..6a91414a45c 100644 --- a/VC++Files/libmysql/libmysql.dsp +++ b/VC++Files/libmysql/libmysql.dsp @@ -179,6 +179,10 @@ SOURCE="..\strings\ctype-tis620.c" # End Source File # Begin Source File +SOURCE="..\strings\ctype-uca.c" +# End Source File +# Begin Source File + SOURCE="..\strings\ctype-ucs2.c" # End Source File # Begin Source File |