Checks if target is valid for platform
Source position: fpmkunit.pp line 1295
public function TBuildEngine.TargetOK( |
ATarget: TTarget; |
ACPU: TCpu; |
AOS: TOS |
):Boolean; |
ATarget |
|
Target to check |
ACPU |
|
Target CPU architecture |
AOS |
|
Target operating system |
True if target is valid
Determines whether the specified target is valid for the current platform configuration.
This check considers the target's CPU and OS restrictions to determine if it should be built on the current system.