5
edits
Andrewgrimo (talk | contribs) |
Andrewgrimo (talk | contribs) |
||
| Line 281: | Line 281: | ||
</code> | </code> | ||
Here we can see the build processing our IDL file. As a result of this first (partially) successful run of make, exported and generated header files (i.e.,from our IDL) will be placed in '''$(objdir)/dist/include'''. | Here we can see the build processing our IDL file. As a result of this first (partially) successful run of make, exported and generated header files (i.e.,from our IDL) will be placed in '''$(objdir)/extensions/firstxpcom/public/_xpidlgen''' and an alias is placed in '''$(objdir)/dist/include'''. | ||
Within '''$(objdir)/ | Within '''$(objdir)/extensions/firstxpcom/public/_xpidlgen/IFirstXpcom.h''' you'll see the following block of code: | ||
#if 0 | #if 0 | ||
edits