From BSBlog, 5 months ago,
0 views
More in the occasional series of tricks you can do with the Mozilla build system.
Making Preprocessed Sources
If you have a compile error and you can’t figure out what macros are being expanded, you can make a preprocessed version of any C/C++ file:
$ cd $OBJDIR/some/directory
$ make nsMyFilename.i
Using Doxygen to Generate Documentation
You can use the documentation-generation tool [...]
comments
You must be logged in to add your own comment.