Gets list of files to be installed for this target
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; |
List: TStrings; |
const APrefixU: string; |
const APrefixB: string; |
const aTarget: TCompileTarget |
); 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 |
aSubTarget |
|
Subtarget name for install operation |
List |
|
String list to populate with install filenames |
APrefixU |
|
Unit file path prefix |
APrefixB |
|
Binary file path prefix |
aTarget |
|
Target object for install operation |
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.