Added flash resources to install.

This commit is contained in:
waterson%netscape.com 1999-04-27 19:26:31 +00:00
Родитель abb29e889b
Коммит ca3aba39b7
2 изменённых файлов: 12 добавлений и 0 удалений

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

@ -108,6 +108,12 @@ install:: $(TARGETS)
$(INSTALL) $(srcdir)/../resources/dom-test-1.css $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/dom-test-4.css $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/xpidl-test-1.xul $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/flash-registry.rdf $(DIST)/bin
$(INSTALL) $(srcdir)/../resources/flash.xul $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/flash.css $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/flash.js $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/remote-flash-1.rdf $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/remote-flash-2.rdf $(DIST)/bin/res/rdf
$(INSTALL) $(topsrcdir)/js/src/xpconnect/typelib/nsISupports.xpt $(DIST)/bin/components
$(INSTALL) $(topsrcdir)/js/src/xpconnect/typelib/xpccomponents.xpt $(DIST)/bin/components
$(INSTALL) $(topsrcdir)/js/src/xpconnect/typelib/xpcjsid.xpt $(DIST)/bin/components

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

@ -95,6 +95,12 @@ install:: $(DLL)
$(MAKE_INSTALL) ..\resources\dom-test-1.css $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\dom-test-4.css $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\xpidl-test-1.xul $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\flash-registry.rdf $(DIST)\bin
$(MAKE_INSTALL) ..\resources\flash.xul $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\flash.css $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\flash.js $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\remote-flash-1.rdf $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\remote-flash-2.rdf $(DIST)\bin\res\rdf
$(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\nsISupports.xpt $(DIST)\bin\components
$(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\xpccomponents.xpt $(DIST)\bin\components
$(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\xpcjsid.xpt $(DIST)\bin\components