IDE: clean up old external tools

git-svn-id: trunk@45940 -
This commit is contained in:
mattias 2014-07-20 19:29:40 +00:00
parent 2e25d04b3c
commit d9b5e15818
2 changed files with 37 additions and 1108 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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}