suncxx¶
-
waflib.Tools.suncxx.find_sxx(conf)[source]¶ Configuration Method bound to
waflib.Configure.ConfigurationContextDetects the sun C++ compiler
-
waflib.Tools.suncxx.sxx_common_flags(conf)[source]¶ Configuration Method bound to
waflib.Configure.ConfigurationContextFlags required for executing the sun C++ compiler
-
waflib.Tools.suncxx.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