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