* check Target.Install boolean

git-svn-id: trunk@9906 -
This commit is contained in:
peter 2008-01-24 23:08:34 +00:00
parent 4ed0d4a5bf
commit 2ed730deaa

View File

@ -1879,7 +1879,7 @@ begin
For I:=0 to FTargets.Count-1 do
begin
T:=FTargets.TargetItems[I];
if (T.TargetType in Types) then
if (T.TargetType in Types) and (T.Install) then
T.GetInstallFiles(List, APrefixU, APrefixB, ACPU, AOS);
end;
end;