]> 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 0c2ea827dee7bef2bf87fab6160fd06e9f50eacd..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/;