1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix windows build after applyiing the changes from new client.c(sql-common)

NOTE: Still the build fails to compile core server on Windows due to slave_net_timeout linker error from client.obj
      and make sure to have the next changeset, which fixes this.
This commit is contained in:
venu@myvenu.com
2003-06-03 20:59:32 -07:00
parent 8f57d0e2e4
commit 45fc8cc25b
7 changed files with 222 additions and 222 deletions

View File

@ -104,6 +104,10 @@ SOURCE=..\mysys\charset.c
# End Source File
# Begin Source File
SOURCE=..\libmysql\client.c
# End Source File
# Begin Source File
SOURCE=.\completion_hash.cpp
# End Source File
# Begin Source File