]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed NotMSW flag handling in the common files (now for the makefiles)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Jan 2002 23:08:56 +0000 (23:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Jan 2002 23:08:56 +0000 (23:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/vc.t
src/msw/makefile.vc

index 240033f3ef8a7b08e222c9899e545be165420be7..bf6dca885a513b4a18351b7a4c27e75fc4f9b7f9 100644 (file)
@@ -28,7 +28,7 @@
     }
 
     foreach $file (sort keys %wxCommon) {
-        next if $wxCommon{$file} =~ /\b16\b/;
+        next if $wxCommon{$file} =~ /\b(16|U)\b/;
 
         $file =~ s/cp?p?$/obj/;
         $project{"WXCOMMONOBJS"} .= "\$(COMMDIR)\\\$D\\" . $file . " "
index 26414d4a3af0a7858291954f952d99ade3813c68..87b429ff601c726d270ee6db5ef46a22f22ba21c 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 22:59, 2002/01/01
+# This file was automatically generated by tmake at 00:08, 2002/01/03
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T!
 
 # File:     makefile.vc
@@ -138,7 +138,6 @@ NONESSENTIALOBJS= $(GENDIR)\$D\colrdlgg.obj \
 COMMONOBJS = \
                $(COMMDIR)\$D\y_tab.obj \
                $(COMMDIR)\$D\appcmn.obj \
-               $(COMMDIR)\$D\bmpbase.obj \
                $(COMMDIR)\$D\choiccmn.obj \
                $(COMMDIR)\$D\clipcmn.obj \
                $(COMMDIR)\$D\clntdata.obj \