Hi, guys!
I've been writing some special tool for making search through obective-c source code.
And now, I've got a problem with compilation stages.
There is need to preprocess whole source code at the first time before searching, and which takes modified modules only.
Well, it's like to run my own script instead gcc during building project, so that I would insert -E flag in gcc calling.
Thank you!
Sorry for my English.
I've been writing some special tool for making search through obective-c source code.
And now, I've got a problem with compilation stages.
There is need to preprocess whole source code at the first time before searching, and which takes modified modules only.
Well, it's like to run my own script instead gcc during building project, so that I would insert -E flag in gcc calling.
Thank you!
Sorry for my English.