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 1437

public function TBuildEngine.GetCompilerCommand(

  APackage: TPackage;

  ATarget: TTarget;

  Env: TStrings

):string;

procedure TBuildEngine.GetCompilerCommand(

  Args: TStrings;

  APackage: TPackage;

  ATarget: TTarget;

  Env: TStrings

);

Arguments

APackage

  

Package to compile

ATarget

  

Target to compile

Env

  

Environment variables

Function result

Compiler command string

Arguments

Args

  

Command line arguments for compiler

APackage

  

Package to compile

ATarget

  

Target to compile

Env

  

Environment variables

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: Dec 15 2025