Message-ID: <39FC1AF9.78256B97@hotmail.com>
Date: Sun, 29 Oct 2000 13:41:30 +0100
From: Javier Bardal Prieto <javiputa AT hotmail DOT com>
X-Mailer: Mozilla 4.73 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: djgpp AT delorie DOT com
Subject: Compile count and compile date and time
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: djgpp AT delorie DOT com

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]

This can be done using a #define somewhere or by other way?, so it can
be done automatically.

Thank you.