mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 01:00:22 +02:00
tools: updatemakefiles: fixed calling it from inside tools
git-svn-id: trunk@49905 -
This commit is contained in:
parent
bd72ae95df
commit
8758f952f7
@ -156,7 +156,7 @@ begin
|
|||||||
writeln(LPKFiles.Text);
|
writeln(LPKFiles.Text);
|
||||||
LPKFiles.StrictDelimiter:=true;
|
LPKFiles.StrictDelimiter:=true;
|
||||||
LPKFiles.Delimiter:=' ';
|
LPKFiles.Delimiter:=' ';
|
||||||
LazbuildOut:=RunTool(SetDirSeparators('./lazbuild'+ExeExt),'--lazarusdir="'+LazarusDir+'" --create-makefile '+LPKFiles.DelimitedText,LazarusDir);
|
LazbuildOut:=RunTool(SetDirSeparators(LazarusDir+'/lazbuild'+ExeExt),'--lazarusdir="'+LazarusDir+'" --create-makefile '+LPKFiles.DelimitedText,LazarusDir);
|
||||||
writeln(LazbuildOut.Text);
|
writeln(LazbuildOut.Text);
|
||||||
LPKFiles.Free;
|
LPKFiles.Free;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user