From: Vadim Zeitlin Date: Sun, 17 Apr 2005 14:31:48 +0000 (+0000) Subject: added missing ANSI DLL configurations (fixes VC6 crash) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/abcb9fcff0a31a62bc06b1090bc2b4bcb10ee3c0 added missing ANSI DLL configurations (fixes VC6 crash) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/regex/regex.dsp b/src/regex/regex.dsp index bf1e5717b5..6a0fd60b40 100644 --- a/src/regex/regex.dsp +++ b/src/regex/regex.dsp @@ -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"