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

TTarget.GetInstallFiles

Gets list of files to be installed for this target

Declaration

Source position: fpmkunit.pp line 786

public procedure TTarget.GetInstallFiles(

  List: TStrings;

  const APrefixU: string;

  const APrefixB: string;

  ACPU: TCpu;

  AOS: TOS;

  const aSubTarget: string

); virtual;

procedure TTarget.GetInstallFiles(

  List: TStrings;

  const APrefixU: string;

  const APrefixB: string;

  const aTarget: TCompileTarget

); virtual;

Arguments

List

  

String list to populate with install filenames

APrefixU

  

Unit file path prefix

APrefixB

  

Binary file path prefix

ACPU

  

Target CPU architecture

AOS

  

Target operating system

aSubTarget

  

Subtarget name for install operation

Arguments

List

  

String list to populate with install filenames

APrefixU

  

Unit file path prefix

APrefixB

  

Binary file path prefix

aTarget

  

Target object for install operation

Description

Populates the provided string list with filenames that should be copied during installation operations for this target. This includes compiled units, binaries, documentation, and resource files.

Installation paths are calculated based on the target type, CPU, OS, and the configured installation directories for units, binaries, and documentation.


Documentation generated on: Dec 15 2025