On Jun 8, 2009, at 1:18 PM, Miles wrote:
I was reading on a couple blogs about setting 'Other C Flags' to
-DTARGET_NAME=${TARGET_NAME} so that I can have multiple targets and
differentiate between them in my code. But when I try to access it
in my
code it keeps treating the value of TARGET_NAM
I was reading on a couple blogs about setting 'Other C Flags' to
-DTARGET_NAME=${TARGET_NAME} so that I can have multiple targets and
differentiate between them in my code. But when I try to access it in my
code it keeps treating the value of TARGET_NAME as a variable.
In other words, if TARGET_NA