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

export installer\windows

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

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

@ -33,6 +33,9 @@ DIRS = base components extensions app
ifeq ($(OS_ARCH),WINNT)
DIRS += config
ifdef MOZ_INSTALLER
DIRS += installer/windows
endif
endif
ifeq ($(OS_ARCH),Linux)