mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 18:19:45 +01:00
+ Defaultreplacemens now more logical
This commit is contained in:
parent
f060a0f937
commit
5b62a2b45c
@ -716,7 +716,9 @@ unit globals;
|
||||
Replace(s,'$FPCVER',full_version_string);
|
||||
Replace(s,'$FPCDATE',date_string);
|
||||
Replace(s,'$FPCTARGET',target_cpu_string);
|
||||
Replace(s,'$FPCCPU',target_cpu_string);
|
||||
Replace(s,'$TARGET',target_path);
|
||||
Replace(s,'$FPCOS',target_path);
|
||||
end;
|
||||
|
||||
|
||||
@ -1207,7 +1209,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.11 1999-07-10 10:26:18 peter
|
||||
Revision 1.12 1999-07-13 19:14:44 michael
|
||||
+ Defaultreplacemens now more logical
|
||||
|
||||
Revision 1.11 1999/07/10 10:26:18 peter
|
||||
* merged
|
||||
|
||||
Revision 1.8.2.2 1999/07/10 10:03:04 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user