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

Add installer\windows to the dir list so it can export the generic installer icons out to dist\branding

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

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

@ -44,4 +44,10 @@ include $(DEPTH)/config/autoconf.mk
DIRS = base components app extensions
ifeq ($(OS_ARCH),WINNT)
ifdef MOZ_INSTALLER
DIRS += installer/windows
endif
endif
include $(topsrcdir)/config/rules.mk