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

MakeTargetString

Creates target string from parameters

Declaration

Source position: fpmkunit.pp line 1534

function MakeTargetString(

  CPU: TCpu;

  OS: TOS

):string;

Arguments

CPU

  

CPU architecture for target string

OS

  

Operating system for target string

Function result

Generated target string

Description

MakeTargetString constructs a formatted target string from CPU architecture, operating system, and build mode parameters. This function creates standardized target identifiers used throughout the build system.

The generated target string format enables consistent identification of build configurations and target platforms within package management and compilation operations.


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