xlcxx¶
-
waflib.Tools.xlcxx.
find_xlcxx
(conf)[source]¶ Configuration Method bound to
waflib.Configure.ConfigurationContext
Detects the Aix C++ compiler
-
waflib.Tools.xlcxx.
xlcxx_common_flags
(conf)[source]¶ Configuration Method bound to
waflib.Configure.ConfigurationContext
Flags required for executing the Aix C++ compiler
-
waflib.Tools.xlcxx.
conf
(f)¶ Decorator: attach new configuration functions to
waflib.Build.BuildContext
andwaflib.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