mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 19:59:12 +02:00
IDE: new package macro: PkgName
git-svn-id: trunk@31696 -
This commit is contained in:
parent
37559c22ba
commit
8afc163cbf
@ -2137,6 +2137,10 @@ begin
|
||||
else if CompareText(MacroName,'PkgDir')=0 then begin
|
||||
Handled:=true;
|
||||
s:=FDirectory;
|
||||
end
|
||||
else if CompareText(MacroName,'PkgName')=0 then begin
|
||||
Handled:=true;
|
||||
s:=Name;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user