Hi,
I have a CW 9.3 project and I'd like to include resources based on the CW target. For example, I'd like to have something like this in the RCP file:
#if __ide_target("Debug") #define DEBUG #endif
Is there a way to do this?
No information about the IDE target is passed to the RCP file. However, PilRC 3.2 can have RCP files that #include other RCP files, so you could have your myres-debug.rcp file that just #define'd DEBUG then included your main resource file.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
