git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16979
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
foreach $file (sort keys %wxUNIV) {
($fileobj = $file) =~ s/cp?p?$/\o/;
foreach $file (sort keys %wxUNIV) {
($fileobj = $file) =~ s/cp?p?$/\o/;
- my $tag = $wxUNIV{$file} =~ /Theme/ ? "WXUNIVTHEMEOBJS" : "WXUNIVOBJS";
+ my $tag = $wxUNIV{$file} =~ /T/ ? "WXUNIVTHEMEOBJS" : "WXUNIVOBJS";
$file =~ s/cp?p?$/obj/;
$project{$tag} .= $file . " ";
$file =~ s/cp?p?$/obj/;
$project{$tag} .= $file . " ";