Message from Aaron Gundel <aaron@vdr.com> via eLinkHello all,
I have a question about script compilation within builder,specifically as it relates to pre-processor directives. I’ve notused these very much, and would like to take advantage of them for testingpurposes. Is it possible to #define a name in global scope? Forinstance, if I want to #define TEST at one centralized location in my ospace sothat I do not have to define it on a per-file basis to run test operations, howcan I do this? I haven’t been able to get this name to show up asdefined in my scripts. So anyway, what I’m really looking for is amore in depth explanation of when these pre-processor directives are evaluated,their scope, etc. (Looking through all ospaces, I see that there’sa check for #ifdef JAVA, but I cannot find where this is defined,either). Anyway, any clarification that you can give is very appreciated.
A. Gundel