> From: Sumit Gupta [mailto:[EMAIL PROTECTED]]
> How do I pass flags to the C/C++ compiler when building a 
> project under codewarrior? I have #ifdef's in my code that
> need the defines.

Set up a compiler "prefix file" containing your #define's.  If you need
multiple configurations of them (like the equivalent of switching "-DDEBUG"
on and off) then make multiple build targets and use a different prefix file
for each.

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to