Bug #237725 --> Use dist\branding as a staging area for branded artwork.

Build toolkit\mozapps\installer as the last thing in thunderbird/firefox since nothing else depends on it.
This ensures that the branding artwork is properly exported out of mozilla\mail\installer and mozilla\browser\installer

r=ben
sr=bryner
This commit is contained in:
scott%scott-macgregor.org 2004-04-19 05:08:27 +00:00
parent c662c2b1a2
commit 22367f9f6d

View File

@ -285,13 +285,6 @@ ifdef MOZ_XPINSTALL
tier_50_dirs += xpinstall
endif
# mozapps installer needs to be built after xpinstall
ifdef MOZ_XUL_APP
ifdef MOZ_INSTALLER
tier_50_dirs += toolkit/mozapps/installer
endif
endif
#
# tier 9x - application features
#
@ -337,6 +330,9 @@ tier_99_dirs += composer
endif
ifdef MOZ_XUL_APP
ifdef MOZ_INSTALLER
tier_99_dirs += toolkit/mozapps/installer
endif
else
ifneq (,$(MOZ_XPFE_COMPONENTS)$(MOZ_XUL))
tier_99_dirs += xpfe/bootstrap