]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/gtk.t
fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)
[wxWidgets.git] / distrib / msw / tmake / gtk.t
index 6a1e34079c105533d0ce58f5d92470bf93c2110d..798d0355537baef187851c0377cf97d5879109fa 100644 (file)
@@ -13,8 +13,6 @@
     IncludeTemplate("filelist.t");
 
     #! find all our sources
-    $project{"COMMONOBJS"} .= "parser.o ";
-
     foreach $file (sort keys %wxGeneric) {
         next if $wxGeneric{$file} =~ /\bNotGTK\b/;
 
@@ -80,6 +78,8 @@
     }
 
     foreach $file (sort keys %wxGENERICINCLUDE) {
+        next if $wxGENERICINCLUDE{$file} =~ /\bNotGTK\b/;
+
         $project{"GTK_HEADERS"} .= "generic/" . $file . " "
     }