X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28d00598b395d445131854a53bb85d26e32bf51b..18c98e42eeb75317f75c9ba20b09a5bd531a690c:/distrib/msw/tmake/vc6.t diff --git a/distrib/msw/tmake/vc6.t b/distrib/msw/tmake/vc6.t index e7220215eb..79796d7e75 100644 --- a/distrib/msw/tmake/vc6.t +++ b/distrib/msw/tmake/vc6.t @@ -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 . " " }