Okay, last question of the day, I promise.
I have never used multiple targets before, so I am attempting to figure out
how to do this smoothly in Metrowerks CW r5 with patch.
In short, I have one variable I would like to switch between one version of
the application and another, which will trigger the display of an extra
string in the about box. I figured I could set up two targets, appForMe.prc
and appForOthers.prc and get the global constant to switch accordingly,
where appForMe.prc sets showString to false and appForOthers.prc sets
showString to true. Does anyne know how to do this? Should I use a
compiler directive and if so, how would I do this? A little code or
reference to a manual would be very helpful.
Thanks for the help in advance.
Elia