Date: Sun, 29 Oct 2000 16:14:26 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Javier Bardal Prieto cc: djgpp AT delorie DOT com Subject: Re: Compile count and compile date and time In-Reply-To: <39FC1AF9.78256B97@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 29 Oct 2000, Javier Bardal Prieto wrote: > Is there any way to put automatically in the executable compiled with > djgpp (with rhide or not) the compile date and time and the build > number, for example, the executable output: > > This executable was built on 14 May of 2000 at 13:41 [build 278] Can you use the predefined macros __DATE__ and __TIME__?