mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
IDE: added macro $Project(InfoFile) for the lpi filename, bug #11399
git-svn-id: trunk@15287 -
This commit is contained in:
parent
1ea890ac9e
commit
6f639c52bd
@ -1036,6 +1036,8 @@ begin
|
||||
Result:=Project1.CompilerOptions.GetIncludePath(false)
|
||||
else if SysUtils.CompareText(Param,'UnitPath')=0 then
|
||||
Result:=Project1.CompilerOptions.GetUnitPath(false)
|
||||
else if SysUtils.CompareText(Param,'InfoFile')=0 then
|
||||
Result:=Project1.ProjectInfoFile
|
||||
else begin
|
||||
Result:='<Invalid parameter for macro Project:'+Param+'>';
|
||||
debugln('WARNING: TMainIDE.MacroFuncProject: ',Result);
|
||||
|
Loading…
Reference in New Issue
Block a user