X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be0a4b9a2e1518523b0dbc8b22601834f856d568..3b01b1fe4cb656f39290bf7f3891667855abe601:/distrib/msw/tmake/x11.t diff --git a/distrib/msw/tmake/x11.t b/distrib/msw/tmake/x11.t index 3ccb7a11a6..fd4ebb3957 100644 --- a/distrib/msw/tmake/x11.t +++ b/distrib/msw/tmake/x11.t @@ -13,8 +13,6 @@ IncludeTemplate("filelist.t"); #! find all our sources - $project{"COMMONOBJS"} .= "parser.o "; - foreach $file (sort keys %wxX11) { ($fileobj = $file) =~ s/cp?p?$/\o/; @@ -22,17 +20,6 @@ $project{"GUIOBJS"} .= $fileobj . " "; } - foreach $file (sort keys %wxUNIV) { - ($fileobj = $file) =~ s/cp?p?$/\o/; - - if ( $wxUNIV{$file} =~ /Theme/ ) { - $file = "themes/" . $file - } - - $project{"X11_SOURCES"} .= "univ/" . $file . " "; - $project{"GUIOBJS"} .= $fileobj . " "; - } - foreach $file (sort keys %wxGeneric) { next if $wxGeneric{$file} =~ /\bNotX11\b/; @@ -103,7 +90,7 @@ ALL_SOURCES = \ ALL_HEADERS = \ #$ ExpandList("X11_HEADERS"); -GUIOBJS = \ +GUI_LOWLEVEL_OBJS = \ #$ ExpandList("GUIOBJS"); COMMONOBJS = \