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 929

public function TPackage.GetBinOutputDir(

  ACPU: TCpu;

  AOS: TOS

):string;

Arguments

ACPU

  

Target CPU architecture

AOS

  

Target operating system

Function result

Path to 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: Aug 28 2026 Report a problem on this page