* write date of the compiler into the executable

This commit is contained in:
peter 1999-08-26 21:16:21 +00:00
parent 1ae7f425c5
commit cbd7de9e6f

View File

@ -92,8 +92,8 @@ unit pmodules;
then
begin
datasegment^.insert(new(pai_align,init(4)));
datasegment^.insert(new(pai_string,init('FPC '+full_version_string+
' for '+target_cpu_string+' - '+target_info.short_name)));
datasegment^.insert(new(pai_string,init('FPC '+full_version_string+' ['+
date_string+'] for '+target_cpu_string+' - '+target_info.short_name)));
end;
{ Insert start and end of sections }
fixseg(codesegment,sec_code);
@ -1424,7 +1424,10 @@ unit pmodules;
end.
{
$Log$
Revision 1.145 1999-08-26 20:24:44 michael
Revision 1.146 1999-08-26 21:16:21 peter
* write date of the compiler into the executable
Revision 1.145 1999/08/26 20:24:44 michael
+ Hopefuly last fixes for resourcestrings
Revision 1.144 1999/08/24 22:38:53 michael