Gets compiler command for target
Source position: fpmkunit.pp line 1437
public function TBuildEngine.GetCompilerCommand( |
APackage: TPackage; |
ATarget: TTarget; |
Env: TStrings |
):string; |
Args: TStrings; |
APackage: TPackage; |
ATarget: TTarget; |
Env: TStrings |
); |
APackage |
|
Package to compile |
ATarget |
|
Target to compile |
Env |
|
Environment variables |
Compiler command string
Args |
|
Command line arguments for compiler |
APackage |
|
Package to compile |
ATarget |
|
Target to compile |
Env |
|
Environment variables |
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.