* Take dependencies into account when building all packages

git-svn-id: trunk@15263 -
This commit is contained in:
joost 2010-05-13 10:41:59 +00:00
parent 5604937bd4
commit 0a38d89b41

View File

@ -33,7 +33,7 @@ begin
begin
P:=Packages.PackageItems[i];
if P.Name<>'fpc-all' then
D:=PBuild.Dependencies.Add(P.Name);
D:=PBuild.Dependencies.Add(P.Name,P.CPUs,P.OSes);
end;
Run;