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 686

public procedure TTarget.GetInstallFiles(

  List: TStrings;

  const APrefixU: string;

  const APrefixB: string;

  ACPU: TCpu;

  AOS: TOS

); 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

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