Ade Barkah wrote:
> Generally, the system should place defines for at least the target
> architecture (machine), the target CPU, and the target OS.
And may I suggest a symbol for the CREATOR ID of the application.
Our project builds two different .prc targets with different creator
ids: a demo and a release. Various places in the code need the right
creator id to call db APIs, call AbtShowAbout, etc. Currently we manage
this with a #define in a prefix file, but this would be cleaner if such
a definition were built into the environment.
-slj-