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

distrib/msw/tmake/vc6msw.t
src/wxWindows.dsp

index 37dde59591bbad61895560bb6998fc65d9227e0d..9a2403be6fb77f2518f7bfa6d00986563cd839e5 100644 (file)
@@ -20,7 +20,7 @@
     }
 
     foreach $file (sort keys %wxCommon) {
-       next if $wxCommon{$file} =~ /\b16\b/;
+       next if $wxCommon{$file} =~ /\b(16|U)\b/;
 
        my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS";
        $project{$tag} .= $file . " "
@@ -36,7 +36,7 @@
     }
 
     foreach $file (sort keys %wxHTML) {
-       next if $wxHTML{$file} =~ /\b16\b/;
+       next if $wxHTML{$file} =~ /\b(16|U)\b/;
        $project{"WXHTMLSRCS"} .= $file . " "
     }
 
index 87bdde9c82250835bf5d2f68539d357c11fbdcf9..26d2966709168e3521b6843166a7a8fe2d6c87bc 100644 (file)
@@ -252,10 +252,6 @@ SOURCE=.\common\appcmn.cpp
 # End Source File
 # Begin Source File
 
-SOURCE=.\common\bmpbase.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=.\common\choiccmn.cpp
 # End Source File
 # Begin Source File