[EMAIL PROTECTED] wrote:
> I have wrapped a few calls to the Dbgxxx-functions with #ifdef __DEBUG__
> /#endif.

(This may not be a good name to encourage people to use in user code.
Names starting with double underscores are reserved for the compiler
implementation, and you run the risk of conflicting with your compiler.)

> Is it possible to tell gcc's preprocessor to use these defines (without
> having to manually edit the code) from the command-line (makefile)?

Of course.  RTFM?

        http://gcc.gnu.org/onlinedocs/gcc_2.html#SEC11

    John

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

Reply via email to