how to run preprocessor only? Hello!
I've benn writing some special tool for making search through obective-c source code.
And now, I've got a problem with compilaton stages.
There is need to preprocess whole source code at the first time, and only modified modules aftewards.
Well, it's like to run my own script instead gcc, where I can insert -E flag in gcc calling.
Thank you!
Sorry for my English. |