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

Export generic installer artwork

sr=bryner
This commit is contained in:
scott%scott-macgregor.org 2004-04-19 05:20:57 +00:00
Родитель 109b0115c2
Коммит f2f848448b
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -51,3 +51,11 @@ installer:
cd $(topsrcdir)/toolkit/mozapps/installer/windows && perl build_static.pl -config "$(CONFIG_DIR)"
include $(topsrcdir)/config/rules.mk
export::
ifndef MOZ_USE_OFFICIAL_BRANDING
$(NSINSTALL) -D $(DIST)/branding
cp $(srcdir)/Header.bmp $(DIST)/branding/Header.bmp
cp $(srcdir)/Watermrk.bmp $(DIST)/branding/Watermrk.bmp
endif