lazbuild: verbose: show compile package ...

git-svn-id: trunk@49131 -
This commit is contained in:
mattias 2015-05-22 11:06:39 +00:00
parent 73c9b15957
commit b5f8f80f55

View File

@ -415,6 +415,9 @@ begin
if not Init then exit;
if ConsoleVerbosity>=0 then
debugln(['Hint: (lazarus) compile package "',AFilename,'"']);
APackage:=LoadPackage(AFilename);
if APackage=nil then
Error(ErrorLoadPackageFailed, 'unable to load package "'+AFilename+'"');