Commit 64947e58 authored by bugzilla%standard8.demon.co.uk's avatar bugzilla%standard8.demon.co.uk
Browse files

Bug 330053 Make SeaMonkey capable of generating a reasonable build with...

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
parent 532685f2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 :=                           \