diff options
author | monty@hundin.mysql.fi <> | 2002-08-29 18:20:04 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-29 18:20:04 +0300 |
commit | 5aa46cafe35bde37e2e23de76624475944eb2dda (patch) | |
tree | 639b682a916bf0c0da738734e94c5305baef2c42 /VC++Files/mysqlmanager | |
parent | 6bebd251bcd168b52de0268c6b9d9a363b1ffa86 (diff) | |
download | mariadb-git-5aa46cafe35bde37e2e23de76624475944eb2dda.tar.gz |
Updated VC++ dsp files from windows build machine
Remove some compiler warnings when using VC++
Add InnoDB in normal MySQL binary for windows.
Diffstat (limited to 'VC++Files/mysqlmanager')
-rw-r--r-- | VC++Files/mysqlmanager/MySqlManager.dsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/VC++Files/mysqlmanager/MySqlManager.dsp b/VC++Files/mysqlmanager/MySqlManager.dsp index 56e1b4a5bf2..60ee700b00c 100644 --- a/VC++Files/mysqlmanager/MySqlManager.dsp +++ b/VC++Files/mysqlmanager/MySqlManager.dsp @@ -71,7 +71,8 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /G6 /MTd /W3 /Gm /GX /Zi /Od /I "../include" /D "_DEBUG" /D "_WINDOWS" /FD /c +# ADD CPP /nologo /G6 /MTd /W3 /Gm /GX /ZI /Od /I "../include" /D "_DEBUG" /D "_WINDOWS" /FD /c +# SUBTRACT CPP /Fr /YX /Yc /Yu # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "_DEBUG" /o "NUL" /win32 # SUBTRACT MTL /mktyplib203 |