diff options
author | monty@mysql.com <> | 2004-05-25 02:47:25 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-25 02:47:25 +0300 |
commit | af44187bff587b9503db19cb243ff4d4b69b367e (patch) | |
tree | cd40ef99e52fbe99be97d88ef663df2fa69b8ddb /VC++Files/mysqlbinlog | |
parent | f23af5e6a25b7bd1edbc52e8c7f28f22a2e0b907 (diff) | |
parent | 0babddff40fe58ba01e2568bf1aa401e9c94fc4e (diff) | |
download | mariadb-git-af44187bff587b9503db19cb243ff4d4b69b367e.tar.gz |
Merge with 4.0 to get fixes for Windows project files
Diffstat (limited to 'VC++Files/mysqlbinlog')
-rw-r--r-- | VC++Files/mysqlbinlog/mysqlbinlog.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VC++Files/mysqlbinlog/mysqlbinlog.dsp b/VC++Files/mysqlbinlog/mysqlbinlog.dsp index 8fcf493606d..1c9d76f577c 100644 --- a/VC++Files/mysqlbinlog/mysqlbinlog.dsp +++ b/VC++Files/mysqlbinlog/mysqlbinlog.dsp @@ -93,7 +93,7 @@ LINK32=xilink6.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /I "../sql" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "MYSQL_SERVER" /D "NDEBUG" /FD /c -# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /I "../sql" /D "MYSQL_SERVER" /D "_CONSOLE" /D "_WINDOWS" /D MYSQL_COMMERCIAL_LICENSE /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c +# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /I "../sql" /D "MYSQL_SERVER" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commerical /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe |