]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/wat.t
Added rules using motif.t gtk.t os2.t
[wxWidgets.git] / distrib / msw / tmake / wat.t
index b500044781e1ab8936a9f5f1818cfe2d23a6f891..5bafc4437b62c5c486fe4d4d1b88dd49361a5d1e 100644 (file)
@@ -43,7 +43,7 @@
         #! these files don't compile
         next if $file =~ /^pnghand\./;
 
-        next if $wxGeneric{$file} =~ /\b16\b/;
+#!        next if $wxGeneric{$file} =~ /\b16\b/;
 
         my $isOleObj = $wxMSW{$file} =~ /\bO\b/;
         my $isCFile = $file =~ /\.c$/;