X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..b2edef6f2f587d957eabbc17364382293707340f:/distrib/msw/tmake/motif.t diff --git a/distrib/msw/tmake/motif.t b/distrib/msw/tmake/motif.t index 9ef6b17f7b..dbca7fc9e5 100644 --- a/distrib/msw/tmake/motif.t +++ b/distrib/msw/tmake/motif.t @@ -17,7 +17,7 @@ $project{"GUIOBJS"} .= "xmcombo.o "; foreach $file (sort keys %wxGeneric) { - next if $wxGeneric{$file} =~ /\bX\b/; + next if $wxGeneric{$file} =~ /\bNotX\b/; ($fileobj = $file) =~ s/cp?p?$/\o/; @@ -26,7 +26,7 @@ } foreach $file (sort keys %wxCommon) { - next if $wxCommon{$file} =~ /\bX\b/; + next if $wxCommon{$file} =~ /\bNotX\b/; ($fileobj = $file) =~ s/cp?p?$/\o/; @@ -56,7 +56,7 @@ } #! find all our headers foreach $file (sort keys %wxWXINCLUDE) { - next if $wxWXINCLUDE{$file} =~ /\bX\b/; + next if $wxWXINCLUDE{$file} =~ /\bNotX\b/; $project{"MOTIF_HEADERS"} .= $file . " " } @@ -81,7 +81,7 @@ $project{"MOTIF_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 MOTIF.T! ALL_SOURCES = \ #$ ExpandList("MOTIF_SOURCES");