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/test1 | |
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/test1')
-rw-r--r-- | VC++Files/test1/test1.dsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/VC++Files/test1/test1.dsp b/VC++Files/test1/test1.dsp index ffa5fd4d7ed..50a165e3e4d 100644 --- a/VC++Files/test1/test1.dsp +++ b/VC++Files/test1/test1.dsp @@ -67,7 +67,8 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /G6 /MTd /W3 /Gm /Zi /Od /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c +# ADD CPP /nologo /G6 /MTd /W3 /Gm /ZI /Od /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c +# SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe |