diff options
author | monty@mysql.com <> | 2004-05-25 02:49:43 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-25 02:49:43 +0300 |
commit | 0652547c7748c1fd9f6aefb8cf6a2ab0f1aa84ac (patch) | |
tree | 730218d55358d15b6f4ec89ae1fbd1293557337b /VC++Files/myisamlog | |
parent | 0babddff40fe58ba01e2568bf1aa401e9c94fc4e (diff) | |
download | mariadb-git-0652547c7748c1fd9f6aefb8cf6a2ab0f1aa84ac.tar.gz |
Fixed typo
Diffstat (limited to 'VC++Files/myisamlog')
-rw-r--r-- | VC++Files/myisamlog/myisamlog.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VC++Files/myisamlog/myisamlog.dsp b/VC++Files/myisamlog/myisamlog.dsp index 99c480ce750..679720b3f8e 100644 --- a/VC++Files/myisamlog/myisamlog.dsp +++ b/VC++Files/myisamlog/myisamlog.dsp @@ -95,7 +95,7 @@ LINK32=xilink6.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FR /FD /c -# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commerical /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FR /FD /c +# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "_CONSOLE" /D "_WINDOWS" /D LICENSE=Commercial /D "DBUG_OFF" /D "_MBCS" /D "NDEBUG" /FR /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe |