Gets list of files to include in package archive
Source position: fpmkunit.pp line 933
public procedure TPackage.GetArchiveFiles( |
List: TStrings; |
ACPU: TCpu; |
AOS: TOS |
); virtual; |
List |
|
List to store files for archiving |
ACPU |
|
Target CPU architecture for archive |
AOS |
|
Target operating system for archive |
Populates the provided list with filenames of all files that should be included when creating a package archive. This includes source files, documentation, examples, and other distributable content for the specified target platform.