]> git.saurik.com Git - wxWidgets.git/commitdiff
Added u to end of library name
authorRyan Norton <wxprojects@comcast.net>
Mon, 15 Dec 2003 00:36:44 +0000 (00:36 +0000)
committerRyan Norton <wxprojects@comcast.net>
Mon, 15 Dec 2003 00:36:44 +0000 (00:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/regex/regex.dsp

index 51d03615980c29f5aa1640bc16cc44054a7570f6..55f142f0cfa5c702ad7e32160cb7a6f3f34a823d 100644 (file)
@@ -100,7 +100,7 @@ BSC32=bscmake.exe
 # ADD BSC32 /nologo
 LIB32=link.exe -lib
 # ADD BASE LIB32 /nologo /out:"..\..\lib\regex.lib"
-# ADD LIB32 /nologo /out:"..\..\lib\regex.lib"
+# ADD LIB32 /nologo /out:"..\..\lib\regexu.lib"
 
 !ELSEIF  "$(CFG)" == "regex - Win32 Debug Unicode"
 
@@ -123,7 +123,7 @@ BSC32=bscmake.exe
 # ADD BSC32 /nologo
 LIB32=link.exe -lib
 # ADD BASE LIB32 /nologo /out:"..\..\lib\regexd.lib"
-# ADD LIB32 /nologo /out:"..\..\lib\regexd.lib"
+# ADD LIB32 /nologo /out:"..\..\lib\regexud.lib"
 
 !ENDIF