Gets list of resource files for installation
Source position: fpmkunit.pp line 721
public procedure TResourceFiles.GetInstallFiles( |
AList: TStrings; |
const APrefixU: string; |
const APrefixB: string; |
ACPU: TCpu; |
AOS: TOS |
); virtual; |
AList |
|
List to store the installation files |
APrefixU |
|
Unit prefix for file installation paths |
APrefixB |
|
Binary prefix for file installation paths |
ACPU |
|
Target CPU architecture for file selection |
AOS |
|
Target operating system for file selection |
Populates the provided list with resource files that should be installed as part of this resource collection's deployment process.
This method collects all resources associated with this collection that require installation or distribution with the package.