$project{"GUIOBJS"} .= "xmcombo.o ";
foreach $file (sort keys %wxGeneric) {
- next if $wxGeneric{$file} =~ /\bX\b/;
+ next if $wxGeneric{$file} =~ /\bNotX\b/;
($fileobj = $file) =~ s/cp?p?$/\o/;
}
foreach $file (sort keys %wxCommon) {
- next if $wxCommon{$file} =~ /\bX\b/;
+ next if $wxCommon{$file} =~ /\bNotX\b/;
($fileobj = $file) =~ s/cp?p?$/\o/;
}
#! find all our headers
foreach $file (sort keys %wxWXINCLUDE) {
- next if $wxWXINCLUDE{$file} =~ /\bX\b/;
+ next if $wxWXINCLUDE{$file} =~ /\bNotX\b/;
$project{"MOTIF_HEADERS"} .= $file . " "
}