d_config

waflib.Tools.d_config.d_platform_flags(self)[source]

Configuration Method bound to waflib.Configure.ConfigurationContext

Set the extensions dll/so for d programs and libraries

waflib.Tools.d_config.DLIB

Detection string for the D standard library

waflib.Tools.d_config.check_dlibrary(self)[source]

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.

waflib.Tools.d_config.conf(f)

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

Previous topic

gdc

Next topic

d

This Page