mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 03:40:36 +01:00
IDE: clean up old external tools
git-svn-id: trunk@45940 -
This commit is contained in:
parent
2e25d04b3c
commit
d9b5e15818
File diff suppressed because it is too large
Load Diff
@ -3385,6 +3385,7 @@ begin
|
||||
GetAllRequiredPackages(APackage,FirstDependency,PkgList,ReqFlags,Policy);
|
||||
if PkgList<>nil then begin
|
||||
//DebugLn('TLazPackageGraph.CompileRequiredPackages B Count=',IntToStr(PkgList.Count));
|
||||
BeginUpdate(false);
|
||||
try
|
||||
Flags:=[pcfDoNotCompileDependencies,pcfDoNotSaveEditorFiles];
|
||||
for i:=PkgList.Count-1 downto 0 do begin
|
||||
@ -3410,7 +3411,8 @@ begin
|
||||
inc(i);
|
||||
end;
|
||||
finally
|
||||
PkgList.Free;
|
||||
FreeAndNil(PkgList);
|
||||
EndUpdate;
|
||||
end;
|
||||
end;
|
||||
{$IFDEF VerbosePkgCompile}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user