diff options
author | monty@narttu.mysql.fi <> | 2003-08-25 14:27:32 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-08-25 14:27:32 +0300 |
commit | f83e876065e4fe7c8214f418b9febe5be4d00cad (patch) | |
tree | 938a55a6e041a1bfd4c0e3a6e9df608ef77d093b /VC++Files/libmysql | |
parent | 9d02d19ce8005ed455ab0649b876cd210458ff14 (diff) | |
download | mariadb-git-f83e876065e4fe7c8214f418b9febe5be4d00cad.tar.gz |
Update of VC++ project files (to remove link warnings)
Fix unlock error in myisamchk on windows when doing --sort-index
Use SetFilePointer instead of SetFilePointerEx
Diffstat (limited to 'VC++Files/libmysql')
-rw-r--r-- | VC++Files/libmysql/libmysql.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VC++Files/libmysql/libmysql.dsp b/VC++Files/libmysql/libmysql.dsp index 43dee62061f..923cac29c37 100644 --- a/VC++Files/libmysql/libmysql.dsp +++ b/VC++Files/libmysql/libmysql.dsp @@ -76,7 +76,7 @@ PostBuild_Cmds=xcopy release\libmysql.lib ..\lib_release /y # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /G6 /MTd /W3 /Gm /ZI /Od /I "." /I "..\include" /I "../zlib" /D "_DEBUG" /D "_WINDOWS" /D "SAFE_MUTEX" /D "USE_TLS" /FD /c +# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "." /I "..\include" /I "../zlib" /D "_DEBUG" /D "_WINDOWS" /D "SAFE_MUTEX" /D "USE_TLS" /FD /c # SUBTRACT CPP /YX # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 |