diff options
author | unknown <Greg@greg-laptop.> | 2004-02-27 17:27:07 +0100 |
---|---|---|
committer | unknown <Greg@greg-laptop.> | 2004-02-27 17:27:07 +0100 |
commit | 8d7e0a28946da81486c023af086942dd025174a6 (patch) | |
tree | a20a7df1a4ad4c4423bc3186e339b4ecbbb62751 /VC++Files/libmysql | |
parent | ada82a3daac420bcd873df37ced77ed258edf0f2 (diff) | |
download | mariadb-git-8d7e0a28946da81486c023af086942dd025174a6.tar.gz |
Applied fixes to issues discovered during test builds on Windows.
VC++Files/libmysql/libmysql.dsp:
strtod.c is needed to build the library.
VC++Files/libmysqld/libmysqld.dsp:
Add include directory to resolve problem with including emb_qcache.h,
remove opt_ft.cc (no longer in tree).
VC++Files/mysqldemb/mysqldemb.dsp:
Add include directory to resolve problem with including emb_qcache.h,
remove opt_ft.cc (no longer in tree).
VC++Files/mysqlserver/mysqlserver.dsp:
Add include directory to resolve problem with including emb_qcache.h.
VC++Files/strings/MASM6x/strings.dsp:
Remove atof.c (no longer in tree) and add strtod.c,
needed for the library.
VC++Files/strings/noMASM/strings.dsp:
Remove atof.c (no longer in tree) and add strtod.c,
needed for the library.
VC++Files/strings/strings.dsp:
Remove atof.c (no longer in tree) and add strtod.c,
needed for the library.
sql/mysqld.cc:
A cast is required to resolve the compile error on Windows (char * is
not equivalent to byte *).
sql/set_var.cc:
A cast is required to resolve the compile error on Windows (char * is
not equivalent to byte *).
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
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 0f94574b3cc..ca7ff2823ec 100644 --- a/VC++Files/libmysql/libmysql.dsp +++ b/VC++Files/libmysql/libmysql.dsp @@ -487,6 +487,10 @@ SOURCE=..\strings\strnmov.c # End Source File # Begin Source File +SOURCE=..\strings\strtod.c +# End Source File +# Begin Source File + SOURCE=..\strings\strtoll.c # End Source File # Begin Source File |