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

TBuildEngine.GetCompilerCommand

Gets compiler command for target

Declaration

Source position: fpmkunit.pp line 1294

public function TBuildEngine.GetCompilerCommand(

  APackage: TPackage;

  ATarget: TTarget;

  Env: TStrings

):string;

Arguments

APackage

  

Package to compile

ATarget

  

Target to compile

Env

  

Environment variables

Function result

Compiler command string

Description

Constructs the complete compiler command line for compiling the specified target.

The command includes the compiler executable, all necessary options, paths, and parameters required to compile the target successfully.


Documentation generated on: Aug 28 2026 Report a problem on this page