]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vc6msw.t
Added IFF handler.
[wxWidgets.git] / distrib / msw / tmake / vc6msw.t
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 . " "
     }