diff options
author | unknown <venu@myvenu.com> | 2003-01-18 14:04:34 -0800 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2003-01-18 14:04:34 -0800 |
commit | e2c7d5d7ec77d056cc2ad7c9d9ef7cb132cc78de (patch) | |
tree | 0224ea691e3d85f3eebb0412ae0b6eea5a4e39c8 /VC++Files/libmysql | |
parent | 193d1f6c3bcb05ff694c8e300f00b68b44b08d24 (diff) | |
download | mariadb-git-e2c7d5d7ec77d056cc2ad7c9d9ef7cb132cc78de.tar.gz |
Windows build fix
Diffstat (limited to 'VC++Files/libmysql')
-rw-r--r-- | VC++Files/libmysql/libmysql.def | 1 | ||||
-rw-r--r-- | VC++Files/libmysql/libmysql.dsp | 12 |
2 files changed, 8 insertions, 5 deletions
diff --git a/VC++Files/libmysql/libmysql.def b/VC++Files/libmysql/libmysql.def index 3ddbe28bc83..e7959078390 100644 --- a/VC++Files/libmysql/libmysql.def +++ b/VC++Files/libmysql/libmysql.def @@ -59,7 +59,6 @@ EXPORTS list_add list_delete max_allowed_packet - my_casecmp my_init my_end my_strdup diff --git a/VC++Files/libmysql/libmysql.dsp b/VC++Files/libmysql/libmysql.dsp index 6b86c69917c..46b7b422f9d 100644 --- a/VC++Files/libmysql/libmysql.dsp +++ b/VC++Files/libmysql/libmysql.dsp @@ -127,6 +127,10 @@ SOURCE="..\strings\ctype-big5.c" # End Source File # Begin Source File +SOURCE="..\strings\ctype-bin.c" +# End Source File +# Begin Source File + SOURCE="..\strings\ctype-czech.c" # End Source File # Begin Source File @@ -219,10 +223,6 @@ SOURCE=..\strings\longlong2str.c # End Source File # Begin Source File -SOURCE=..\mysys\mf_casecnv.c -# End Source File -# Begin Source File - SOURCE=..\mysys\mf_dirname.c # End Source File # Begin Source File @@ -396,6 +396,10 @@ SOURCE=..\client\select_test.c # End Source File # Begin Source File +SOURCE=..\mysys\sha1.c +# End Source File +# Begin Source File + SOURCE=..\client\sql_string.cpp # End Source File # Begin Source File |