Bug 330053 Make SeaMonkey capable of generating a reasonable build with MOZ_XUL_APP set. Part 4 - Get suite to checkout "toolkit" modules. r=benjamin,sr=Neil

git-svn-id: svn://10.0.0.236/trunk@193516 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%standard8.demon.co.uk
2006-04-04 16:19:17 +00:00
parent 37f09869d4
commit a4b9bf9433

View File

@@ -212,11 +212,11 @@ BOOTSTRAP_toolkit := \
$(NULL)
MODULES_NS_suite := \
$(MODULES_NS_core) \
$(MODULES_NS_toolkit) \
$(NULL)
MODULES_suite := \
$(MODULES_core) \
$(MODULES_toolkit) \
mozilla/directory/xpcom \
mozilla/mailnews \
mozilla/themes \
@@ -224,11 +224,11 @@ MODULES_suite := \
$(NULL)
LOCALES_suite := \
$(LOCALES_core) \
$(LOCALES_toolkit) \
$(NULL)
BOOTSTRAP_suite := \
$(BOOTSTRAP_core) \
$(BOOTSTRAP_toolkit) \
$(NULL)
MODULES_NS_browser := \