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

TTarget.GetArchiveFiles

Gets list of files to be archived for this target

Declaration

Source position: fpmkunit.pp line 785

public procedure TTarget.GetArchiveFiles(

  List: TStrings;

  ACPU: TCpu;

  AOS: TOS

); virtual;

procedure TTarget.GetArchiveFiles(

  List: TStrings;

  const aTarget: TCompileTarget

); virtual;

Arguments

List

  

String list to populate with archive filenames

ACPU

  

Target CPU architecture

AOS

  

Target operating system

Arguments

List

  

String list to populate with archive filenames

aTarget

  

Target object for archive operation

Description

Populates the provided string list with filenames that should be included in distribution archives for this target. This typically includes compiled binaries, documentation, and required resource files.

Files are filtered based on the target CPU and OS to ensure only relevant files are included in platform-specific archives.


Documentation generated on: Dec 15 2025