- Fix how the man page un-indents after examples in some browsers.
+ From Vincent Risi:
+
+ - Fix the C and C++ tool specifications for AIX.
+
RELEASE 0.93 - Thu, 23 Oct 2003 07:26:55 -0500
suite to an Environment."""
path, _cxx, _shcxx, version = get_xlc(env)
if path:
- _cxx = os.path.join(path, cxx)
- _shcxx = os.path.join(path, shcxx)
+ _cxx = os.path.join(path, _cxx)
+ _shcxx = os.path.join(path, _shcxx)
cplusplus.generate(env)
suite to an Environment."""
path, _cc, _shcc, version = get_xlc(env)
if path:
- _cc = os.path.join(path, cc)
- _shcc = os.path.join(path, shcc)
+ _cc = os.path.join(path, _cc)
+ _shcc = os.path.join(path, _shcc)
cc.generate(env)