diff options
author | monty@hundin.mysql.fi <> | 2002-06-28 17:26:11 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-06-28 17:26:11 +0300 |
commit | 578a9d9901fe19723a028854b6d2774a778c0740 (patch) | |
tree | 27f0f967ee5f642c6cb7ecfab977612a3d7e57d3 /VC++Files/replace | |
parent | 20005fad016bf602c747f5cd42ab0f5fd4fa75b3 (diff) | |
download | mariadb-git-578a9d9901fe19723a028854b6d2774a778c0740.tar.gz |
Updated windows files (VC++ files and winmysqladmin).
Portability fixes.
Removed compiler warnings.
Diffstat (limited to 'VC++Files/replace')
-rw-r--r-- | VC++Files/replace/replace.dsp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/VC++Files/replace/replace.dsp b/VC++Files/replace/replace.dsp index 011b62d08ec..54584151418 100644 --- a/VC++Files/replace/replace.dsp +++ b/VC++Files/replace/replace.dsp @@ -67,8 +67,7 @@ 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 -# SUBTRACT CPP /YX +# ADD CPP /nologo /G6 /MTd /W3 /Gm /Zi /Od /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c # ADD BASE RSC /l 0x40b /d "_DEBUG" # ADD RSC /l 0x40b /d "_DEBUG" BSC32=bscmake.exe |