mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-27 00:27:35 +01:00
lazbuild: verbose: show compile package ...
git-svn-id: trunk@49131 -
This commit is contained in:
parent
73c9b15957
commit
b5f8f80f55
@ -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+'"');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user