]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/x11.t
checked in forgottern parts of MSLU changes
[wxWidgets.git] / distrib / msw / tmake / x11.t
index 3ccb7a11a63e7735ad7a63c5ee72ff1680ff77f1..f4934126853b4ca05528a53221dd93daa0433dc6 100644 (file)
         $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 +92,7 @@ ALL_SOURCES = \
 ALL_HEADERS = \
                #$ ExpandList("X11_HEADERS");
 
-GUIOBJS = \
+GUI_LOWLEVEL_OBJS = \
                #$ ExpandList("GUIOBJS");
 
 COMMONOBJS = \