> Does anybody knows how can I auto increment the version of a PRC when a > compile it with the RELEASE target? > Thanks all!
I'd consider doing it external to Codewarrior. I have a build script written in JScript (using Windows Scripting Host) that checks out my code, increments the version number, calls Codewarrior from the command line to compile all my libs and my app and does a bunch of other stuff. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
