Returns the output directory for binary files
Source position: fpmkunit.pp line 1033
public function TPackage.GetBinOutputDir( |
ACPU: TCpu; |
AOS: TOS; |
const aSubTarget: string |
):string; |
const aTarget: TCompileTarget |
):string; |
ACPU |
|
Target CPU architecture |
AOS |
|
Target operating system |
aSubTarget |
|
Subtarget name for output directory |
Path to binary output directory
aTarget |
|
Build target for binary output directory |
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.