mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* support FPCDATE include
git-svn-id: trunk@2263 -
This commit is contained in:
parent
cfe47bf0d8
commit
a5f659b982
@ -1460,6 +1460,9 @@ compile time variables as the old format (0/1), continue to work.
|
||||
else
|
||||
if hs='FPCVERSION' then
|
||||
hs:=version_string
|
||||
else
|
||||
if hs='FPCDATE' then
|
||||
hs:=date_string
|
||||
else
|
||||
if hs='FPCTARGET' then
|
||||
hs:=target_cpu_string
|
||||
|
Loading…
Reference in New Issue
Block a user