Education/Learning/XpcomComponents: Difference between revisions

Jump to navigation Jump to search
m
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)/dist/include/IFirstXpcom.h''' you'll see the following block of code:
Within '''$(objdir)/extensions/firstxpcom/public/_xpidlgen/IFirstXpcom.h''' you'll see the following block of code:


  #if 0
  #if 0

Navigation menu