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 687

public procedure TTarget.GetArchiveFiles(

  List: TStrings;

  ACPU: TCpu;

  AOS: TOS

); virtual;

Arguments

List

  

String list to populate with archive filenames

ACPU

  

Target CPU architecture

AOS

  

Target operating system

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: Aug 28 2026 Report a problem on this page