Configuration Method bound to waflib.Configure.ConfigurationContext
Set the extensions dll/so for d programs and libraries
Detection string for the D standard library
Configuration Method bound to waflib.Configure.ConfigurationContext
Detect the kind of standard library that comes with the compiler, will set conf.env.DLIBRARY to tango, phobos1 or phobos2.
Decorator: attach new configuration functions to waflib.Build.BuildContext and waflib.Configure.ConfigurationContext. The methods bound will accept a parameter named ‘mandatory’ to disable the configuration errors:
def configure(conf):
conf.find_program('abc', mandatory=False)
Parameters: | f (function) – method to bind |
---|