mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 12:16:18 +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;
|
||||
for i:=0 to List.Count-1 do begin
|
||||
Pkg:=TLazPackage(List[i]);
|
||||
if Pkg.AutoUpdate=pupManually then continue;
|
||||
AddDirectory(Pkg.Name,Pkg.CompilerOptions.GetUnitOutputDirectory(false),
|
||||
PkgOutMaskComboBox.Text);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user