IDE: clean up build files: omit packages with compile manually

git-svn-id: trunk@42563 -
This commit is contained in:
mattias 2013-09-02 13:39:06 +00:00
parent 9da7b5d0da
commit 62dff1c501

View File

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