Changes

Jump to: navigation, search

FAQ

465 bytes added, 23:10, 24 June 2008
no edit summary
# '''What are some ways I can make my build go faster?'''
#: See [[Improving Build Times]]
 
== Mozilla Build System ==
 
1. '''How do a see what macros are being expanded in order to understand my compiler error (a.k.a., how do I create a preprocessed version of a C/C++ file)?
$ cd $OBJDIR/some/directory
$ make nsMyFilename.i
2. '''How do I generate Doxygen documentation for Mozilla?'''
$ cd $OBJDIR
$ make documentation
3. '''Hw do I see the final value of a makefile variable?'''
$ cd $OBJDIR/some/directory
$ make echo-variable-EXTRA_DSO_LDOPTS
== IRC ==

Navigation menu