Fixing plugin SDK makefiles to include nsIComponentManagerObsolete.h, not part of the build
git-svn-id: svn://10.0.0.236/trunk@111110 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a8d142db3a
commit
09be28004c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user