Is there a utility that can strip out say #ifdef PRO_VERSION ... #endif
code?
Please don't tell me about the Visual Studio compiler flag or XCode's view post-processed source. I can't automate it conveniently like, say, a console application.
What I am looking to do here is find an existing utility if it exists. If not ... I guess I'll have to reinvent the wheel.