mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 10:49:34 +01:00
* Default fpcbin macro added
git-svn-id: trunk@17189 -
This commit is contained in:
parent
538dd64283
commit
b67c3ad4c1
@ -292,6 +292,7 @@ begin
|
||||
TemplateParser.Values['FPCVERSION'] := BuildVersion;
|
||||
TemplateParser.Values['FPCTARGET'] := BuildTarget;
|
||||
TemplateParser.Values['FPCTARGETOS'] := BuildOSTarget;
|
||||
TemplateParser.Values['FPCBIN'] := 'fpc';
|
||||
TemplateParser.Values['PWD'] := GetCurrentDir;
|
||||
TemplateParser.Values['BUILDDATE'] := DateToStr(Date);
|
||||
TemplateParser.Values['BUILDTIME'] := TimeToStr(Time);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user