mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
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:
parent
f784eff961
commit
a048bb1a21
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user