Yes, but would you want to remember to do that on every build? I expect that Regis is looking for something automated. I expect that something could be done with a custom build tool to mark the particular file as dirty, but other than that, no tricks occur to me.
-- Keith > -----Original Message----- > From: Bob Withers [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 11:01 AM > To: Palm Developer Forum > Subject: Re: still no way to force compilation of one file in cw9 ? > > > If you are building with the IDE just click the mouse to the > left of the > file name under the red check mark. > > Bob > > At 01:38 PM 9/29/2003 -0400, you wrote: > >Is there still no way to force the compilation of one source > file in cw9 > >I show a build date in my about box. > >To do that I have a source file with only one fonction to > get my build date. > > > >void GetBuildDate(Char *strpText) > > { > > StrPrintF(strpText,STR_PROGRAMER_INFO,__DATE__,__TIME__); > > } > > > >For this to work, the file must be compiled at every build. > >So, is there a way to mark this file as durty when I start a > compilation? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
