mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 03:09:15 +02:00
* archiving is independent of selected os/cpu
git-svn-id: trunk@9916 -
This commit is contained in:
parent
b46a554a0a
commit
9e080c5d81
@ -4197,7 +4197,6 @@ begin
|
||||
For I:=0 to Packages.Count-1 do
|
||||
begin
|
||||
P:=Packages.PackageItems[i];
|
||||
If PackageOK(P) then
|
||||
Archive(P);
|
||||
end;
|
||||
If Assigned(AfterArchive) then
|
||||
|
Loading…
Reference in New Issue
Block a user