Message-ID: <002d01c041bd$31a07e80$0500a8c0@brk> From: "Johan Henriksson" To: Subject: Re: Compile count and compile date and time Date: Sun, 29 Oct 2000 16:30:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com from: Johan Henriksson, leadprogrammer @ www.realsoftware.cjb.net "It is not the length of life that counts but what you make out of it" - me ---------------------------------------------------------------------------- --- >> 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__? I'm thinking about using them too. But first, how portable are they?