Bug 27609; add new progress dialog to win32/linux builds; r=bryner, sr=jag

This commit is contained in:
law%netscape.com 2002-02-20 07:48:15 +00:00
parent 40b3a7ef13
commit d1cd96362c
4 changed files with 10 additions and 7 deletions

View File

@ -24,6 +24,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = helperAppDlg
DIRS = helperAppDlg progressDlg
include $(topsrcdir)/config/rules.mk

View File

@ -1,8 +1,11 @@
en-US.jar:
locale/en-US/global/nsHelperAppDlg.dtd (helperAppDlg/locale/en-US/nsHelperAppDlg.dtd)
locale/en-US/global/nsHelperAppDlg.properties (helperAppDlg/locale/en-US/nsHelperAppDlg.properties)
locale/en-US/global/nsProgressDialog.dtd (progressDlg/locale/en-US/nsProgressDialog.dtd)
locale/en-US/global/nsProgressDialog.properties (progressDlg/locale/en-US/nsProgressDialog.properties)
toolkit.jar:
content/global/nsHelperAppDlg.xul (helperAppDlg/nsHelperAppDlg.xul)
content/global/nsProgressDlg.xul (progressDlg/nsProgressDlg.xul)
content/global/nsProgressDialog.xul (progressDlg/nsProgressDialog.xul)
content/global/nsProgressDlg.js (progressDlg/nsProgressDlg.js)

View File

@ -22,6 +22,7 @@ DEPTH=..\..\..
DIRS= \
helperAppDlg \
progressDlg \
$(NULL)
include <$(DEPTH)\config\rules.mak>

View File

@ -26,11 +26,10 @@ XPIDLSRCS = \
.\nsIProgressDialog.idl \
$(NULL)
JSCOMPONENTS = \
.\nsProgressDialog.js \
$(NULL)
include <$(DEPTH)\config\rules.mak>
libs:: $(JSCOMPONENTS)
!@$(MAKE_INSTALL) $(JSCOMPONENTS) $(DIST)\bin\components
libs:: nsProgressDialog.js
!@$(MAKE_INSTALL) $** $(DIST)\bin\components
clobber_all::
!rm -f $(DIST)\bin\components\nsProgressDialog.js