The problem is that if I add these sub rcp files to my project, the Pilrc plugin will try to compile them as well.
Could you use defines?
My.rcp ---------- #define COMPILE_ALL #include "MyOther.rcp"
buncha PILRC stuff goes here
MyOther.rcp ---------- #ifdef COMPILE_ALL
buncha PILRC stuff goes here
#endif
That way MyOther.rcp will only be compiled when it is included in My.rcp, theoretically.
Just a thought. I've noticed PILRC is very jiggy when it comes to defines, so it might not work.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
