"Paul Nevai" <[EMAIL PROTECTED]> wrote in message news:73550@palm-dev-forum... > > A CW question... > > Is there a way to force a file to be compiled every time I compile a > project? I'd like to do this automatically. It contains the __TIME__ macro > which I want to be up-to date in every compilation job. /Paul N.
There is no built-in tool to do this -- the easiest way to get this done is to install the Perl plugin from the Thrill Seekers folder, then add a .pl script to your project that tells the IDE that the file has been modified using the CodeWarrior::Plugins.pm module and the CWAddProjectEntry and CWSetModDate IDE calls. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
