* disable LCL detection

git-svn-id: trunk@3328 -
This commit is contained in:
peter 2006-04-24 08:00:33 +00:00
parent 7dc4afdb59
commit a0d4f358eb

View File

@ -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);