diff options
author | unknown <greg@mysql.com> | 2004-05-04 21:47:39 -0100 |
---|---|---|
committer | unknown <greg@mysql.com> | 2004-05-04 21:47:39 -0100 |
commit | e35921a11227223620013b9b3459798ac772204c (patch) | |
tree | 0887060ac2f92177c3dfc3f79be91d677f8ae521 /VC++Files | |
parent | 40dba5a82f0c52107715f4de6420fd3ba911ed68 (diff) | |
download | mariadb-git-e35921a11227223620013b9b3459798ac772204c.tar.gz |
Fixes to Windows project files for 4.0.19
VC++Files/client/mysqlclient.dsp:
Add strxnmov to project files
VC++Files/mysql.dsw:
Add dependency to prevent compile error
Diffstat (limited to 'VC++Files')
-rw-r--r-- | VC++Files/client/mysqlclient.dsp | 26 | ||||
-rw-r--r-- | VC++Files/mysql.dsw | 3 |
2 files changed, 18 insertions, 11 deletions
diff --git a/VC++Files/client/mysqlclient.dsp b/VC++Files/client/mysqlclient.dsp index 28693f32e95..77903eaac04 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 @@ -228,7 +228,7 @@ SOURCE=..\mysys\mf_iocache2.c # ADD CPP /Od -!ENDIF +!ENDIF # End Source File # Begin Source File @@ -482,6 +482,10 @@ SOURCE=..\strings\strxmov.c # End Source File # Begin Source File +SOURCE=..\strings\strxnmov.c +# End Source File +# Begin Source File + SOURCE=..\mysys\thr_mutex.c # End Source File # Begin Source File diff --git a/VC++Files/mysql.dsw b/VC++Files/mysql.dsw index d304ce5cc44..007b9eb61cf 100644 --- a/VC++Files/mysql.dsw +++ b/VC++Files/mysql.dsw @@ -38,6 +38,9 @@ Package=<5> Package=<4> {{{ + Begin Project Dependency + Project_Dep_Name mysys + End Project Dependency }}} ############################################################################### |