"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:55044@palm-dev-forum...
> #if __ide_target("Debug")

Another alternative is to specify different prefix files for your debug and
release targets. Your debug prefix file would

    #define DEBUG 1

and your release prefix file would

    #define DEBUG 0

or just leave it undefined, depending on whether you prefer to use

    #if DEBUG

or

    #ifdef DEBUG

I'm pretty sure this works in any version of CodeWarrior for Palm OS.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to