Gets list of files to be cleaned for the package
Source position: fpmkunit.pp line 1034
public procedure TPackage.GetCleanFiles( |
List: TStrings; |
ACPU: TCpu; |
AOS: TOS; |
const aSubTarget: string |
); virtual; |
List: TStrings; |
const aTarget: TCompileTarget |
); virtual; |
List |
|
List to store files for cleanup |
ACPU |
|
Target CPU architecture for cleanup |
AOS |
|
Target operating system for cleanup |
aSubTarget |
|
Subtarget for file cleanup |
List |
|
List to store files for cleanup |
aTarget |
|
Build target for file 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.