Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBuildEngine.TargetOK

Checks if target is valid for platform

Declaration

Source position: fpmkunit.pp line 1295

public function TBuildEngine.TargetOK(

  ATarget: TTarget;

  ACPU: TCpu;

  AOS: TOS

):Boolean;

Arguments

ATarget

  

Target to check

ACPU

  

Target CPU architecture

AOS

  

Target operating system

Function result

True if target is valid

Description

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.


Documentation generated on: Aug 28 2026 Report a problem on this page