> Is there something I can #ifdef for to see if I'm building on PalmOS on
CW?

#if defined(__MWERKS__) && defined(__MC68K__)
#define PALM_TARGET
#elif defined(__palmos__)
#define PALM_TARGET
#else
#undef PALM_TARGET
#endif

__palmos__ is for PRC Tools.

--
Eugene Mayevski (EldoS Group, chief coordinator)
Custom software development for Windows, Palm and PocketPC
http://www.eldos.org/services.html


-- 
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