mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 17:37:19 +01:00
parent
fa041b26e7
commit
590b64ae27
@ -5072,7 +5072,7 @@ function TProject.GetPOOutDirectory: string;
|
||||
begin
|
||||
Result:=POOutputDirectory;
|
||||
IDEMacros.SubstituteMacros(Result);
|
||||
Result:=TrimFilename(Result);
|
||||
Result:=TrimFilename(AppendPathDelim(ProjectDirectory)+Result);
|
||||
end;
|
||||
|
||||
function TProject.GetAutoCreatedFormsList: TStrings;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user