$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/;
ALL_HEADERS = \
#$ ExpandList("X11_HEADERS");
-GUIOBJS = \
+GUI_LOWLEVEL_OBJS = \
#$ ExpandList("GUIOBJS");
COMMONOBJS = \