Gets list of files to be archived for this target
Source position: fpmkunit.pp line 687
public procedure TTarget.GetArchiveFiles( |
List: TStrings; |
ACPU: TCpu; |
AOS: TOS |
); virtual; |
List |
|
String list to populate with archive filenames |
ACPU |
|
Target CPU architecture |
AOS |
|
Target operating system |
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.