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?

--
Regis St-Gelais, P. Eng. / ing.
Software Development / D�veloppement informatique
www.laubrass.com
--



--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to