From 7e2f4683db3ad69b7f7116b9cfeab85679385f0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 4 Sep 2002 22:07:19 +0000 Subject: [PATCH 1/1] 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 --- distrib/msw/tmake/watmgl.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . " "; -- 2.45.2