]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/sc.t
removed non existing unzip.h from the filelist.txt and regenerated everything
[wxWidgets.git] / distrib / msw / tmake / sc.t
index ca6a04070573348e868d1cfbaf860b0dc970ba50..745d8980c3d8b49b8278f96b698f7b8c9739933d 100644 (file)
@@ -27,6 +27,8 @@
     }
 
     foreach $file (sort keys %wxCommon) {
+        next if $wxCommon{$file} =~ /\b(16|U)\b/;
+
         $file =~ s/cp?p?$/obj/;
         $project{"WXCOMMONOBJS"} .= '$(COMMDIR)\\' . $file . " "
     }