Creates target string from parameters
Source position: fpmkunit.pp line 1690
function MakeTargetString( |
const aTarget: TCompileTarget; |
aLimit83: Boolean |
):string; |
const aTarget: TCompileTarget |
):string; |
CPU: TCpu; |
OS: TOS; |
aSubTarget: string = '' |
):string; |
aTarget |
|
Target type for string generation |
aLimit83 |
|
Whether to limit filename to 8.3 format |
Generated target string
aTarget |
|
Target type for string generation |
CPU |
|
CPU architecture for target string |
OS |
|
Operating system for target string |
aSubTarget |
|
Subtarget for target string generation |
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.