]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vc6.t
minor bug fixes
[wxWidgets.git] / distrib / msw / tmake / vc6.t
index e7220215eb25a453da3cdfaf0044739c76c0b78c..79796d7e75d1e24be29a5450d7412de915a1f749 100644 (file)
@@ -19,7 +19,6 @@
 
     foreach $file (sort keys %wxCommon) {
         next if $wxCommon{$file} =~ /\b16\b/;
-        next if $wxCommon{$file} =~ /\bBO\b/;
 
         my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS";
         $project{$tag} .= $file . " "
@@ -29,8 +28,8 @@
         next if $wxMSW{$file} =~ /\b16\b/;
 
         my $tag;
-       if ( $wxMSW{$file} =~ /\bO\b/ ) { $tag = "WXOLESRCS" }
-       else { $tag = $file =~ /\.c$/ ? "WXMSWCSRCS" : "WXMSWSRCS" }
+        if ( $wxMSW{$file} =~ /\bO\b/ ) { $tag = "WXOLESRCS" }
+        else { $tag = $file =~ /\.c$/ ? "WXMSWCSRCS" : "WXMSWSRCS" }
         $project{$tag} .= $file . " "
     }