Remove lecacy hack that moved .xpt files from over in js/src/xpconnect to components, now that xpconnect exports its own .xpt files.

This commit is contained in:
mccabe%netscape.com 1999-05-18 09:01:01 +00:00
parent f784eff961
commit a048bb1a21
2 changed files with 0 additions and 7 deletions

View File

@ -82,7 +82,3 @@ $(LIBRARY) $(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile
endif
install:: $(TARGETS)
$(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
$(INSTALL) $(topsrcdir)/js/src/xpconnect/typelib/xpctest.xpt $(DIST)/bin/components

View File

@ -64,6 +64,3 @@ include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
$(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\xpccomponents.xpt $(DIST)\bin\components
$(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\xpcjsid.xpt $(DIST)\bin\components
$(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\xpctest.xpt $(DIST)\bin\components