Is there anyway to have CW build the resource files before compiling the code?
I don't like to check in the auto generated header files in to our source tree because they change every time I do a local build.
However, I have an automated build script that fails because of this. The build fails stating that it cannot find the defines for all of my resources, but if I build again everything will be fine because the previous build generated the header files for the .rcp files.
Make sure the .rcp files are listed before any source files in the first segment of the segments tab.
You need placeholder .h files or the IDE won't build the files correctly, but putting them first in the link order will guarantee that they will be built and their GENERATEHEADER-specified headers will be generated before any source is compiled.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
