5
edits
Andrewgrimo (talk | contribs) |
Andrewgrimo (talk | contribs) m (→FirstXpcom.cpp) |
||
| 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 | * 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. | ||
edits