Gets installation directory for package units
Source position: fpmkunit.pp line 1042
public function TPackage.GetPackageUnitInstallDir( |
ACPU: TCpu; |
AOS: TOS; |
const aSubTarget: string |
):string; |
ACPU |
|
Target CPU architecture for unit installation |
AOS |
|
Target operating system for unit installation |
aSubTarget |
|
Subtarget for unit installation directory |
Package unit installation directory path
Returns the directory path where compiled unit files for this package will be installed for the specified CPU and OS combination. This is where other packages will look for this package's units.