From: Václav Slavík Date: Wed, 4 Sep 2002 22:07:19 +0000 (+0000) Subject: why the heck was the flag changed to T from Theme?! Broke my makefiles... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7e2f4683db3ad69b7f7116b9cfeab85679385f0a?hp=77ab27791441c619c69869f0a2577d70f946abaa 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 --- diff --git a/distrib/msw/tmake/watmgl.t b/distrib/msw/tmake/watmgl.t index d5fa4e24e3..416f8b16ce 100644 --- a/distrib/msw/tmake/watmgl.t +++ b/distrib/msw/tmake/watmgl.t @@ -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 . " ";