![]() |
OpenMake Meister |
Creates a new Openmake::BuildOption object. The optional argument is a hash reference pointing to a hash that is keyed by filename and contains the values of the options passed to the script from the Build Control file. Typically, this hash reference is one of the script variables
$DebugFlags or $ReleaseFlags.
USAGE:
my $build_option = Openmake::BuildOption->new($DebugFlags);
RETURNS:
Openmake::BuildOption object