mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:19:41 +02:00
lazbuild: save lpk list after compiling an lpk, bug #27991
git-svn-id: branches/fixes_1_4@48893 -
This commit is contained in:
parent
955e75ed6c
commit
b706c383fc
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -392,7 +392,7 @@ begin
|
||||
else
|
||||
Result:=BuildPackage(Filename)
|
||||
else if CompareFileExt(Filename,'.lpi')=0 then
|
||||
Result:=BuildProject(Filename)
|
||||
Result:=BuildProject(Filename)
|
||||
else if CompareFileExt(Filename,'.lpr')=0 then begin
|
||||
Filename:=ChangeFileExt(Filename,'.lpi');
|
||||
if FileExists(Filename) then
|
||||
@ -436,7 +436,9 @@ begin
|
||||
DoCreateMakefile(APackage)
|
||||
else
|
||||
CompilePackage(APackage,Flags);
|
||||
|
||||
|
||||
PkgLinks.SaveUserLinks(true);
|
||||
|
||||
Result:=true;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user