Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TPackage.GetArchiveFiles

Gets list of files to include in package archive

Declaration

Source position: fpmkunit.pp line 1035

public procedure TPackage.GetArchiveFiles(

  List: TStrings;

  ACPU: TCpu;

  AOS: TOS

); virtual;

procedure TPackage.GetArchiveFiles(

  List: TStrings;

  aTarget: TCompileTarget

); virtual;

Arguments

List

  

List to store files for archiving

ACPU

  

Target CPU architecture for archive

AOS

  

Target operating system for archive

Arguments

List

  

List to store files for archiving

aTarget

  

Build target for archive files

Description

Populates the provided list with filenames of all files that should be included when creating a package archive. This includes source files, documentation, examples, and other distributable content for the specified target platform.


Documentation generated on: Dec 15 2025