Re: Accessing variable set in 'Other C Flags'

2009-06-08 Thread Greg Parker
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

Accessing variable set in 'Other C Flags'

2009-06-08 Thread Miles
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