]> git.saurik.com Git - wxWidgets.git/commitdiff
why the heck was the flag changed to T from Theme?! Broke my makefiles...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 4 Sep 2002 22:07:19 +0000 (22:07 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 4 Sep 2002 22:07:19 +0000 (22:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/watmgl.t

index d5fa4e24e3262fa5db6992c7b42cc8077f1a8965..416f8b16ce43844261d8067586d63bb479163f2f 100644 (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 . " ";