diff options
author | monty@mashka.mysql.fi <> | 2003-01-21 21:22:45 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-21 21:22:45 +0200 |
commit | 4fd9bad4cc03050c1c91b22f5660469ea8b97cca (patch) | |
tree | 8a9ad980f3f441a07122923447ddbab95047eb59 /VC++Files/mysqlmanager | |
parent | 25c393a12ea7264f265f958027d6e0a1735acc77 (diff) | |
download | mariadb-git-4fd9bad4cc03050c1c91b22f5660469ea8b97cca.tar.gz |
Update to VC++ build files
Diffstat (limited to 'VC++Files/mysqlmanager')
-rw-r--r-- | VC++Files/mysqlmanager/MySqlManager.dsp | 14 | ||||
-rw-r--r-- | VC++Files/mysqlmanager/mysqlmanager.dsw | 1 |
2 files changed, 7 insertions, 8 deletions
diff --git a/VC++Files/mysqlmanager/MySqlManager.dsp b/VC++Files/mysqlmanager/MySqlManager.dsp index 60ee700b00c..6b86b8dd45f 100644 --- a/VC++Files/mysqlmanager/MySqlManager.dsp +++ b/VC++Files/mysqlmanager/MySqlManager.dsp @@ -7,19 +7,19 @@ CFG=MySqlManager - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "MySqlManager.mak". -!MESSAGE +!MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "MySqlManager.mak" CFG="MySqlManager - Win32 Debug" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "MySqlManager - Win32 Release" (based on "Win32 (x86) Application") !MESSAGE "MySqlManager - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -86,7 +86,7 @@ LINK32=link.exe # ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib /nologo /subsystem:windows /incremental:no /debug /machine:I386 /out:"../client_debug/MySqlManager.exe" /pdbtype:sept /libpath:"..\lib_debug\\" # SUBTRACT LINK32 /pdb:none -!ENDIF +!ENDIF # Begin Target diff --git a/VC++Files/mysqlmanager/mysqlmanager.dsw b/VC++Files/mysqlmanager/mysqlmanager.dsw index 02ec9a86dc5..013873b113b 100644 --- a/VC++Files/mysqlmanager/mysqlmanager.dsw +++ b/VC++Files/mysqlmanager/mysqlmanager.dsw @@ -26,4 +26,3 @@ Package=<3> }}} ############################################################################### - |