use new themes dir, turn on winstripe

git-svn-id: svn://10.0.0.236/trunk@158140 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com 2004-06-18 21:18:32 +00:00
parent 4c2eecb885
commit cb066bebb3

View File

@ -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