Re: Auto-include date/time
Re: Auto-include date/time
- Subject: Re: Auto-include date/time
- From: Uli Kusterer <email@hidden>
- Date: Fri, 4 Jul 2008 14:38:46 +0200
Am 04.07.2008 um 03:38 schrieb Jens Alfke:
On 3 Jul '08, at 6:32 PM, Michael Stauffer wrote:
Is there a compiler directive to automatically include the current
date and
time in a source file during compilation?
ANSI C defines built-in macros __DATE__ and __TIME__. You can read
about these and more in the GCC docs:
Just keep in mind that, if this file doesn't change, the date won't
be updated either. You may need a script that does a 'touch' on that
source file as the first build phase in your project.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden