mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +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 }
|
{ Add some default variables like FPCDIR, UNITSDIR }
|
||||||
AddFPCDefaultVariables;
|
AddFPCDefaultVariables;
|
||||||
{ Load LCL code ? }
|
{ Load LCL code ? }
|
||||||
|
{$ifdef SupportLCL}
|
||||||
s:=GetVariable('require_packages',true);
|
s:=GetVariable('require_packages',true);
|
||||||
if (pos('lcl',s)>0) or (PackageName='lcl') then
|
if (pos('lcl',s)>0) or (PackageName='lcl') then
|
||||||
begin
|
begin
|
||||||
FUsesLCL:=true;
|
FUsesLCL:=true;
|
||||||
AddLCLDefaultVariables;
|
AddLCLDefaultVariables;
|
||||||
end;
|
end;
|
||||||
|
{$endif SupportLCL}
|
||||||
{ Show globals }
|
{ Show globals }
|
||||||
Verbose(FPCMakeDebug,s_globals);
|
Verbose(FPCMakeDebug,s_globals);
|
||||||
Variables.Foreach(@PrintDic);
|
Variables.Foreach(@PrintDic);
|
||||||
|
Loading…
Reference in New Issue
Block a user