X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4eb1fe9da6dbf2a82876547b6f69836e086f22e7..0a68bc69086f122b9f7166f505c415db9ee21afe:/distrib/msw/tmake/gtk.t?ds=inline diff --git a/distrib/msw/tmake/gtk.t b/distrib/msw/tmake/gtk.t index 7d7f7c9802..6a1e34079c 100644 --- a/distrib/msw/tmake/gtk.t +++ b/distrib/msw/tmake/gtk.t @@ -16,7 +16,7 @@ $project{"COMMONOBJS"} .= "parser.o "; foreach $file (sort keys %wxGeneric) { - next if $wxGeneric{$file} =~ /\bR\b/; + next if $wxGeneric{$file} =~ /\bNotGTK\b/; ($fileobj = $file) =~ s/cp?p?$/\o/; @@ -35,7 +35,7 @@ } foreach $file (sort keys %wxCommon) { - next if $wxCommon{$file} =~ /\bR\b/; + next if $wxCommon{$file} =~ /\bNotGTK\b/; ($fileobj = $file) =~ s/cp?p?$/\o/; @@ -70,7 +70,7 @@ #! find all our headers foreach $file (sort keys %wxWXINCLUDE) { - next if $wxWXINCLUDE{$file} =~ /\bR\b/; + next if $wxWXINCLUDE{$file} =~ /\bNotGTK\b/; $project{"GTK_HEADERS"} .= $file . " " } @@ -95,7 +95,7 @@ $project{"GTK_HEADERS"} .= "protocol/" . $file . " " } #$} -# This file was automatically generated by tmake at #$ Now() +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ #$ ExpandList("GTK_SOURCES");