mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 07:39:31 +02:00
* disable LCL detection
git-svn-id: trunk@3328 -
This commit is contained in:
parent
7dc4afdb59
commit
a0d4f358eb
@ -716,12 +716,14 @@ implementation
|
||||
{ Add some default variables like FPCDIR, UNITSDIR }
|
||||
AddFPCDefaultVariables;
|
||||
{ Load LCL code ? }
|
||||
{$ifdef SupportLCL}
|
||||
s:=GetVariable('require_packages',true);
|
||||
if (pos('lcl',s)>0) or (PackageName='lcl') then
|
||||
begin
|
||||
FUsesLCL:=true;
|
||||
AddLCLDefaultVariables;
|
||||
end;
|
||||
{$endif SupportLCL}
|
||||
{ Show globals }
|
||||
Verbose(FPCMakeDebug,s_globals);
|
||||
Variables.Foreach(@PrintDic);
|
||||
|
Loading…
Reference in New Issue
Block a user