Returns the output directory for compiled units
Source position: fpmkunit.pp line 1031
public function TPackage.GetUnitsOutputDir( |
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 units output directory
aTarget |
|
Build target for unit output directory |
Returns the directory where compiled unit files (.ppu) will be placed for the specified CPU, OS, and subtarget combination.
The directory path is constructed based on package configuration and platform settings.