lazbuild: save lpk list after compiling an lpk, bug #27991

git-svn-id: branches/fixes_1_4@48893 -
This commit is contained in:
mattias 2015-04-29 10:03:03 +00:00
parent 955e75ed6c
commit b706c383fc
2 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@ -437,6 +437,8 @@ begin
else
CompilePackage(APackage,Flags);
PkgLinks.SaveUserLinks(true);
Result:=true;
end;