Creates target string from parameters
Source position: fpmkunit.pp line 1534
function MakeTargetString( |
CPU: TCpu; |
OS: TOS |
):string; |
CPU |
|
CPU architecture for target string |
OS |
|
Operating system for target string |
Generated target string
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.