On 24/09/07 22:28:40, Catalin Marinas wrote:
On 24/09/2007, Nick Treleaven nick.treleaven@btinternet.com wrote:
On 24/09/07 14:36:55, Catalin Marinas wrote:
generate the tags from the loaded files directly, I don't
understand
why it calls cpp when running from the command line. My current
It can be useful - for the GTK example I only have to pass the main gtk.h header file and the preprocessor will include the rest. But I think we could add an option not to preprocess files.
There's now an option, --no-preprocessing (or -P) to do this. Hopefully that should do what you want.
Regards, Nick