Inheritance diagram for library::configuration::mtm::Environment:
Public Member Functions | |
def | __init__ |
A specialization of the SCons Environment class which does some particular munging of the build variables needed in the source files.
Definition at line 9 of file mtm.py.
def library::configuration::mtm::Environment::__init__ | ( | self, | ||
mainEnv, | ||||
configuration_name = 'default' | ||||
) |
Applies the definitions in configuration_name to generate a correct environment (specificall the set of compilation flags() for the TinySTM library. That environment is returned
Reimplemented from library::configuration::mnemosyne::Environment.