Education/Learning/XpcomComponents: Difference between revisions

Jump to navigation Jump to search
m
 
Line 665: Line 665:


* Generated makefiles for your project were created in extensions/firstxpcom/ (remember, we're under /mozilla/$(MOZ_OBJDIR)/.
* Generated makefiles for your project were created in extensions/firstxpcom/ (remember, we're under /mozilla/$(MOZ_OBJDIR)/.
*  Exported header files and generated header files (from IDL) in dist/include/firstxpcom/
*  Exported header files and generated header files (from IDL) in extensions/firstxpcom/public/_xpidlgen/ and an alias in dist/include/
* Static libraries for your modules in dist/lib/ (in case other modules want to link statically instead of using XPCOM).
* Static libraries for your modules in dist/lib/ (in case other modules want to link statically instead of using XPCOM).
* XPI file in dist/xpi-stage/firstxpcom.xpi.
* XPI file in dist/xpi-stage/firstxpcom.xpi.

Navigation menu