Thanks,
> --- Clifford Jones <[EMAIL PROTECTED]> wrote: > > > > I use Codewarrier. Do you know how > > to do this automation inside a Codewarrier > > project? > > > > If all you want is something simple like date and time you compiled, > include these in your source code: > > Char buildVersion[21]; > StrPrintF(buildVersion, "%s %s", __DATE__, __TIME__); > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
