mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 27609; add new progress dialog to win32/linux builds; r=bryner, sr=jag
This commit is contained in:
parent
40b3a7ef13
commit
d1cd96362c
@ -24,6 +24,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = helperAppDlg
|
||||
DIRS = helperAppDlg progressDlg
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -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)
|
||||
|
@ -22,6 +22,7 @@ DEPTH=..\..\..
|
||||
|
||||
DIRS= \
|
||||
helperAppDlg \
|
||||
progressDlg \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user