зеркало из https://github.com/mozilla/gecko-dev.git
Adding finddialog.js to makefiles
This commit is contained in:
Родитель
259d821d54
Коммит
895c5d82e9
|
@ -1,2 +1,3 @@
|
|||
|
||||
finddialog.xul
|
||||
finddialog.js
|
|
@ -26,6 +26,7 @@ include $(topsrcdir)/config/rules.mk
|
|||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
$(srcdir)/finddialog.xul \
|
||||
$(srcdir)/finddialog.js \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
|
|
|
@ -23,7 +23,9 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) finddialog.xul $(DIST)\bin\res\samples
|
||||
$(MAKE_INSTALL) finddialog.js $(DIST)\bin\res\samples
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\res\samples\finddialog.xul
|
||||
rm -f $(DIST)\bin\res\samples\finddialog.js
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче