diff options
author | unknown <greg@mysql.com> | 2004-03-19 14:43:04 -0100 |
---|---|---|
committer | unknown <greg@mysql.com> | 2004-03-19 14:43:04 -0100 |
commit | 4bfa7a01227c6fad663094d3f4e9edd4c74a488b (patch) | |
tree | 601131edd3f7670e9f7070196f5e9369ae096bf3 /VC++Files/client | |
parent | 5395e2e08a53e364a2a55b876877aaa5fb4d32c6 (diff) | |
download | mariadb-git-4bfa7a01227c6fad663094d3f4e9edd4c74a488b.tar.gz |
Minor changes to fix Windows project files
BitKeeper/deleted/.del-libmysql.def~f5dffcb3ed925d28:
Delete: VC++Files/libmysql/libmysql.def
VC++Files/client/mysqlclient.dsp:
Add strtod.c to get rid of linker errors
VC++Files/mysql.dsw:
Add dependency on mysys for batch build
Diffstat (limited to 'VC++Files/client')
-rw-r--r-- | VC++Files/client/mysqlclient.dsp | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/VC++Files/client/mysqlclient.dsp b/VC++Files/client/mysqlclient.dsp index 58ec040a63d..46a4d2c89eb 100644 --- a/VC++Files/client/mysqlclient.dsp +++ b/VC++Files/client/mysqlclient.dsp @@ -7,25 +7,25 @@ CFG=mysqlclient - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "mysqlclient.mak". -!MESSAGE +!MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "mysqlclient.mak" CFG="mysqlclient - Win32 Debug" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "mysqlclient - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "mysqlclient - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" -CPP=xicl6.exe +CPP=cl.exe RSC=rc.exe !IF "$(CFG)" == "mysqlclient - Win32 Release" @@ -48,7 +48,7 @@ RSC=rc.exe BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo -LIB32=xilink6.exe -lib +LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"..\lib_release\mysqlclient.lib" @@ -72,11 +72,11 @@ LIB32=xilink6.exe -lib BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo -LIB32=xilink6.exe -lib +LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"..\lib_debug\mysqlclient.lib" -!ENDIF +!ENDIF # Begin Target @@ -252,7 +252,7 @@ SOURCE=..\mysys\mf_iocache2.c # ADD CPP /Od -!ENDIF +!ENDIF # End Source File # Begin Source File @@ -310,6 +310,10 @@ SOURCE=..\mysys\my_error.c # End Source File # Begin Source File +SOURCE=..\mysys\my_file.c +# End Source File +# Begin Source File + SOURCE=..\mysys\my_fopen.c # End Source File # Begin Source File @@ -358,10 +362,6 @@ SOURCE=..\mysys\my_open.c # End Source File # Begin Source File -SOURCE=..\mysys\my_file.c -# End Source File -# Begin Source File - SOURCE=..\mysys\my_pread.c # End Source File # Begin Source File @@ -490,6 +490,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 |