Gets list of files to be installed for this target
Source position: fpmkunit.pp line 686
public procedure TTarget.GetInstallFiles( |
List: TStrings; |
const APrefixU: string; |
const APrefixB: string; |
ACPU: TCpu; |
AOS: TOS |
); virtual; |
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 |
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.