Gets list of files to be cleaned for the package
Source position: fpmkunit.pp line 930
public procedure TPackage.GetCleanFiles( |
List: TStrings; |
ACPU: TCpu; |
AOS: TOS |
); virtual; |
List |
|
List to store files for cleanup |
ACPU |
|
Target CPU architecture for cleanup |
AOS |
|
Target operating system for cleanup |
Populates the provided list with filenames of all generated files that should be removed during package cleanup. This includes compiled units, object files, executables, and other build artifacts for the specified target platform.