+ foreach $file (sort keys %wxX11) {
+ ($fileobj = $file) =~ s/cp?p?$/\o/;
+
+ $project{"X11_SOURCES"} .= "x11/" . $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 . " ";
+ }
+