OpenMake Meister

update( $hashref)

 

Updates the Openmake::BuildOption object based on the contents of the $hashref reference pointing to a hash that is keyed by filename and has 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:

 

$build_option->update($ReleaseFlags);

 

RETURNS:

 

The updated Openmake::BuildControl object;