X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..894c8f3ef2e3c3fe3810ccca17ee7327cc0f7ab2:/distrib/msw/tmake/motif.t diff --git a/distrib/msw/tmake/motif.t b/distrib/msw/tmake/motif.t index 9ef6b17f7b..9cc31f2883 100644 --- a/distrib/msw/tmake/motif.t +++ b/distrib/msw/tmake/motif.t @@ -13,11 +13,10 @@ IncludeTemplate("filelist.t"); #! find all our sources - $project{"COMMONOBJS"} .= "parser.o "; $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 +25,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 +55,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 +80,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");