]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing ANSI DLL configurations (fixes VC6 crash)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Apr 2005 14:31:48 +0000 (14:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Apr 2005 14:31:48 +0000 (14:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/regex/regex.dsp

index bf1e5717b5fe5fdd944478f2c3755a6902a7ea84..6a0fd60b405d522f84770badbc4d646b273a4e8b 100644 (file)
@@ -4,7 +4,7 @@
 
 # TARGTYPE "Win32 (x86) Static Library" 0x0104
 
-CFG=regex - Win32 Debug Unicode DLL
+CFG=regex - Win32 Debug
 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
 !MESSAGE use the Export Makefile command and run
 !MESSAGE 
@@ -13,7 +13,7 @@ CFG=regex - Win32 Debug Unicode DLL
 !MESSAGE You can specify a configuration when running NMAKE
 !MESSAGE by defining the macro CFG on the command line. For example:
 !MESSAGE 
-!MESSAGE NMAKE /f "regex.mak" CFG="regex - Win32 Debug Unicode DLL"
+!MESSAGE NMAKE /f "regex.mak" CFG="regex - Win32 Debug"
 !MESSAGE 
 !MESSAGE Possible choices for configuration are:
 !MESSAGE 
@@ -250,6 +250,8 @@ LIB32=link.exe -lib
 
 # Name "regex - Win32 Release"
 # Name "regex - Win32 Debug"
+# Name "regex - Win32 Release DLL"
+# Name "regex - Win32 Debug DLL"
 # Name "regex - Win32 Release Unicode"
 # Name "regex - Win32 Debug Unicode"
 # Name "regex - Win32 Release With Debug Info"