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

TPackage.GetBinOutputDir

Returns the output directory for binary files

Declaration

Source position: fpmkunit.pp line 1033

public function TPackage.GetBinOutputDir(

  ACPU: TCpu;

  AOS: TOS;

  const aSubTarget: string

):string;

function TPackage.GetBinOutputDir(

  const aTarget: TCompileTarget

):string;

Arguments

ACPU

  

Target CPU architecture

AOS

  

Target operating system

aSubTarget

  

Subtarget name for output directory

Function result

Path to binary output directory

Arguments

aTarget

  

Build target for binary output directory

Description

Returns the directory where binary files (executables, libraries) will be placed for the specified CPU, OS, and subtarget combination.

Binary files include programs and shared libraries generated by the build process.


Documentation generated on: Dec 15 2025