mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 23:00:15 +02:00
IDE: disabled experimental code
git-svn-id: trunk@47977 -
This commit is contained in:
parent
3f01129d6c
commit
31b31d910f
@ -3820,8 +3820,10 @@ begin
|
|||||||
|
|
||||||
if FirstDependency<>nil then
|
if FirstDependency<>nil then
|
||||||
begin
|
begin
|
||||||
|
{$IFDEF EnableCheckAmbiguousInterPkgFiles}
|
||||||
Result:=CheckAmbiguousInterPkgFiles(FirstDependency.Owner,PkgList);
|
Result:=CheckAmbiguousInterPkgFiles(FirstDependency.Owner,PkgList);
|
||||||
if Result<>mrOk then exit;
|
if Result<>mrOk then exit;
|
||||||
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// add tool dependencies
|
// add tool dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user