+ $project{"GUIOBJS"} .= $fileobj . " ";
+
+ #! also add it to the list of object files used by wxUniv if there
+ #! is no file with the same name among wxUniv own objects
+ my $filereal = $file;
+ if ( $file =~ /^([^.]+)g.cpp$/ ) {
+ $filereal = "$1.cpp";
+ }
+ if ( !exists $wxUNIV{$filereal} ) {
+ $project{"GUI_LOWLEVEL_OBJS"} .= $fileobj . " ";
+ }