why the heck was the flag changed to T from Theme?! Broke my makefiles...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2002-09-04 22:07:19 +00:00
parent 77ab277914
commit 7e2f4683db

View File

@ -53,7 +53,7 @@
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 . " ";