Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TPackage.GetCleanFiles

Gets list of files to be cleaned for the package

Declaration

Source position: fpmkunit.pp line 1034

public procedure TPackage.GetCleanFiles(

  List: TStrings;

  ACPU: TCpu;

  AOS: TOS;

  const aSubTarget: string

); virtual;

procedure TPackage.GetCleanFiles(

  List: TStrings;

  const aTarget: TCompileTarget

); virtual;

Arguments

List

  

List to store files for cleanup

ACPU

  

Target CPU architecture for cleanup

AOS

  

Target operating system for cleanup

aSubTarget

  

Subtarget for file cleanup

Arguments

List

  

List to store files for cleanup

aTarget

  

Build target for file cleanup

Description

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.


Documentation generated on: Dec 15 2025