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 930

public procedure TPackage.GetCleanFiles(

  List: TStrings;

  ACPU: TCpu;

  AOS: TOS

); virtual;

Arguments

List

  

List to store files for cleanup

ACPU

  

Target CPU architecture for cleanup

AOS

  

Target operating system for 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: Aug 28 2026 Report a problem on this page