Changes

Jump to: navigation, search

Real World Mozilla First XPCOM Component

9 bytes added, 20:47, 27 February 2007
Makefile.in
Because we are using the Mozilla build system to help us create our component, we can get it to translate our IDL into .h and .cpp stub files automatically. But first we have to generate some makefiles.
== Makefile.in Build system changes ==
The first step in making the build system aware of our component is to generate an input file for autoconf to use during the configure step, which will build the necessary Makefile automatically.

Navigation menu