Returns the output directory for compiled units
Source position: fpmkunit.pp line 922
public function TPackage.GetUnitsOutputDir( |
ACPU: TCpu; |
AOS: TOS |
):string; |
ACPU |
|
Target CPU architecture |
AOS |
|
Target operating system |
Path to units 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.