gdc¶
-
waflib.Tools.gdc.conf(f)¶ Decorator: attach new configuration functions to
waflib.Build.BuildContextandwaflib.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
-
waflib.Tools.gdc.find_gdc(conf)[source]¶ Configuration Method bound to
waflib.Configure.ConfigurationContextFinds the program gdc and set the variable D
-
waflib.Tools.gdc.common_flags_gdc(conf)[source]¶ Configuration Method bound to
waflib.Configure.ConfigurationContextSets the flags required by gdc