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