From cb066bebb3a774fae1728e08a16401ca20b880e4 Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Fri, 18 Jun 2004 21:18:32 +0000 Subject: [PATCH] use new themes dir, turn on winstripe git-svn-id: svn://10.0.0.236/trunk@158140 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/Makefile.in | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/mozilla/toolkit/Makefile.in b/mozilla/toolkit/Makefile.in index b87ee6e0f56..20b428cb8d4 100644 --- a/mozilla/toolkit/Makefile.in +++ b/mozilla/toolkit/Makefile.in @@ -51,19 +51,8 @@ DIRS = \ xre \ components \ mozapps \ + themes \ $(NULL) -ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) -# Use Pinstripe on MacOS X -DIRS += skin/mac -else -# Use Qute on Windows and Linux -DIRS += skin/win -endif - include $(topsrcdir)/config/rules.mk -# skin/gtk2 contains css rules that more closely match gtk widgets -ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT))) -DIRS += skin/gtk2 -endif