Josh Soref wrote:
> Well you could, but there are two very glarying exceptions, and they appear in the
>fragment;
> /xpcom/components/nsIGenericFactory.h
> /xpcom/components/nsIServiceManager.h
> are not idl generated files files.
Thanks for the correction. I had mistakenly saw an convention where
there was none. Basically if the XPCOM objects expects to be visible to
JS from xpconnect it needs the IDL file. The GenericFactory and service
manager don't fall into that category.
In any case, hopefully the other make commands were helpful.