chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] storing the build/compile date in the program


From: Claude Marinier
Subject: Re: [Chicken-users] storing the build/compile date in the program
Date: Fri, 4 Apr 2014 12:33:18 -0400

I just remembered "-prologue" and "-prelude". Why did I not think of that earlier?
Make can handle the rest.

Oh, I just answered my own question.  :-)

-- 
Claude Marinier


On Fri, Apr 4, 2014 at 12:12 PM, Claude Marinier <address@hidden> wrote:
Bonjour,

I am wondering if it is possible to automatically store the build date (or compilation date) in the executable. Google did not help me today; either it's upset with me or I have wandered off the beaten path.

Context - I build a hash table with procedures when the program launches and am considering serializing it so I don't have to do it again. As a sanity check, I would like to ensure the saved hash table is more recent than the program image (maybe even add a fingerprint).

Merci.

-- 
Claude Marinier


reply via email to

[Prev in Thread] Current Thread [Next in Thread]