]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/wat.t
added more files to wxBase distrib (and unzip.h to the filelist)
[wxWidgets.git] / distrib / msw / tmake / wat.t
index 045b008e30a89faa7a206949582f2432480ea336..dae53610b5af28d9569130385965296898a6e584 100644 (file)
@@ -37,6 +37,8 @@
     }
 
     foreach $file (sort keys %wxCommon) {
+        next if $wxCommon{$file} =~ /\b(16|U)\b/;
+
         $isCFile = $file =~ /\.c$/;
         $file =~ s/cp?p?$/obj/;
         $project{"WXCOMMONOBJS"} .= $file . " ";