mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 16:09:41 +02:00
IDE: clean up build files: omit packages with compile manually
git-svn-id: trunk@42563 -
This commit is contained in:
parent
9da7b5d0da
commit
62dff1c501
@ -348,6 +348,7 @@ begin
|
|||||||
if List=nil then exit;
|
if List=nil then exit;
|
||||||
for i:=0 to List.Count-1 do begin
|
for i:=0 to List.Count-1 do begin
|
||||||
Pkg:=TLazPackage(List[i]);
|
Pkg:=TLazPackage(List[i]);
|
||||||
|
if Pkg.AutoUpdate=pupManually then continue;
|
||||||
AddDirectory(Pkg.Name,Pkg.CompilerOptions.GetUnitOutputDirectory(false),
|
AddDirectory(Pkg.Name,Pkg.CompilerOptions.GetUnitOutputDirectory(false),
|
||||||
PkgOutMaskComboBox.Text);
|
PkgOutMaskComboBox.Text);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user