mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 21:51:57 +02:00
* write date of the compiler into the executable
This commit is contained in:
parent
1ae7f425c5
commit
cbd7de9e6f
@ -92,8 +92,8 @@ unit pmodules;
|
|||||||
then
|
then
|
||||||
begin
|
begin
|
||||||
datasegment^.insert(new(pai_align,init(4)));
|
datasegment^.insert(new(pai_align,init(4)));
|
||||||
datasegment^.insert(new(pai_string,init('FPC '+full_version_string+
|
datasegment^.insert(new(pai_string,init('FPC '+full_version_string+' ['+
|
||||||
' for '+target_cpu_string+' - '+target_info.short_name)));
|
date_string+'] for '+target_cpu_string+' - '+target_info.short_name)));
|
||||||
end;
|
end;
|
||||||
{ Insert start and end of sections }
|
{ Insert start and end of sections }
|
||||||
fixseg(codesegment,sec_code);
|
fixseg(codesegment,sec_code);
|
||||||
@ -1424,7 +1424,10 @@ unit pmodules;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
+ Hopefuly last fixes for resourcestrings
|
||||||
|
|
||||||
Revision 1.144 1999/08/24 22:38:53 michael
|
Revision 1.144 1999/08/24 22:38:53 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user