Fixing plugin SDK makefiles to include nsIComponentManagerObsolete.h, not part of the build

This commit is contained in:
peterlubczynski%netscape.com 2001-12-27 19:22:11 +00:00
Родитель 9f0cea0a86
Коммит 5811457b66
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -61,6 +61,7 @@ libs::
$(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsrootidl.h .\include
$(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsTraceRefcnt.h .\include
$(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsXPCOM.h .\include
$(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsIComponentManagerObsolete.h .\include
$(INSTALL) $(XPDIST)/include/nspr/pratom.h ./include
$(INSTALL) $(XPDIST)/include/nspr/prcpucfg.h ./include

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

@ -66,6 +66,7 @@ export::
$(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsrootidl.h .\include
$(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsTraceRefcnt.h .\include
$(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsXPCOM.h .\include
$(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsIComponentManagerObsolete.h .\include
$(MAKE_INSTALL) $(XPDIST)\include\nspr\pratom.h .\include
$(MAKE_INSTALL) $(XPDIST)\include\nspr\prcpucfg.h .\include