![]() |
OpenMake Meister |
Gets all the options specified by $option_name for a given Build Task and Option Group. If Option Group is not passed, the routine will assume the standard option group as defined in $OPTIONGROUP_DEFAULT_NAME.
USAGE:
my $options_str = $build_option->getBuildTaskOptions( $BuildTask);
or
my @options = $build_option->getBuildTaskOptions( $BuildTask);
RETURNS:
This method returns a string of the options, or an array of options, depending if the method is called in scalar context or not.