Gets value of custom command line option
Source position: fpmkunit.pp line 1700
function GetCustomFpmakeCommandlineOptionValue( |
const ACommandLineOption: string |
):string; |
ACommandLineOption |
|
Command line option name to retrieve |
Value of the command line option
GetCustomFpmakeCommandlineOptionValue retrieves the value of a previously registered custom command line option. This function enables packages to access their custom command-line parameters during build operations.
The function returns the value specified for the command line option.
The custom command-line option must have been registered using the AddCustomFpmakeCommandlineOption function first.
|
Adds custom command line option to FPMake |