]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/b32.t
Added IFF handler.
[wxWidgets.git] / distrib / msw / tmake / b32.t
index cf27dc87c432e41f3bffb71fe90587e8f90e73ab..0a2ba906fd33f87f4f208071135b5d982d2d5288 100644 (file)
@@ -29,6 +29,8 @@
     }
 
     foreach $file (sort keys %wxCommon) {
+        next if $wxCommon{$file} =~ /\b(16|U)\b/;
+
         $isCFile = $file =~ /\.c$/;
         $file =~ s/cp?p?$/obj/;
         $obj = "\$(MSWDIR)\\" . $file . " ";