Build xpfe download manager for suiterunner until such time as toolkit download manager becomes usable r=Standard8 (mpa=Mano for toolkit change)

This commit is contained in:
neil@parkwaycc.co.uk 2007-05-17 14:01:18 -07:00
Родитель 9927a99bda
Коммит 700a2f2ce2
3 изменённых файлов: 3 добавлений и 4 удалений

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

@ -42,7 +42,10 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifndef MOZ_SUITE
# XXX Suite doesn't want these just yet
DIRS = src
endif
include $(topsrcdir)/config/rules.mk

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

@ -42,7 +42,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifndef MOZ_XUL_APP
ifneq (,$(filter OS2 WINNT WINCE,$(OS_ARCH)))
DIRS = win
else
@ -52,7 +51,6 @@ else
DIRS = unix
endif
endif
endif
include $(topsrcdir)/config/rules.mk

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

@ -1,4 +1,3 @@
#ifndef MOZ_XUL_APP
comm.jar:
content/communicator/downloadmanager/downloadmanager.xul
content/communicator/downloadmanager/downloadmanager.js
@ -6,4 +5,3 @@ comm.jar:
en-US.jar:
locale/en-US/communicator/downloadmanager/downloadmanager.dtd (locale/en-US/downloadmanager.dtd)
locale/en-US/communicator/downloadmanager/downloadmanager.properties (locale/en-US/downloadmanager.properties)
#endif