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