mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 01:49:25 +02:00
IDE: debug
git-svn-id: trunk@41338 -
This commit is contained in:
parent
cfcf8488d2
commit
fceb85ee46
@ -2308,9 +2308,9 @@ begin
|
||||
// add macro values of self
|
||||
if Values<>nil then
|
||||
Result.Assign(Values);
|
||||
{$IFDEF VerboseBuildMacros}
|
||||
if (Options.Owner is TLazPackage) and (TLazPackage(Options.Owner).Name='LCL') then
|
||||
Result.WriteDebugReport('TPkgManager.OnGetBuildMacroValues before execute: '+dbgstr(Options.Conditionals),' ');
|
||||
{$IF defined(VerboseBuildMacros) or defined(DebugLCLBaseConditionals)}
|
||||
if (Options.Owner is TLazPackage) and (TLazPackage(Options.Owner).Name='LCLBase') then
|
||||
Result.WriteDebugReport('TPkgManager.OnGetBuildMacroValues before execute: Conditionals="'+dbgstr(Options.Conditionals),'"');
|
||||
{$ENDIF}
|
||||
if not ParseOpts.MacroValues.Execute(Options.Conditionals) then begin
|
||||
if ConsoleVerbosity>=0 then
|
||||
|
Loading…
Reference in New Issue
Block a user