]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/x11.t
wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase
[wxWidgets.git] / distrib / msw / tmake / x11.t
index 3ccb7a11a63e7735ad7a63c5ee72ff1680ff77f1..fd4ebb39576900ca26bcc1766e68fa7e3183c9a2 100644 (file)
@@ -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/;
 
         $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 = \