logging working in NewParallel, but changed to be default. Need to figure out how...
[scons.git] / SCons / Tool / aixc++.xml
blob91849eda03a9e4bc696b68b6aaf78ecccd99b421
1 <?xml version="1.0"?>
2 <!--
3 __COPYRIGHT__
5 This file is processed by the bin/SConsDoc.py module.
6 See its __doc__ string for a discussion of the format.
7 -->
9 <!DOCTYPE sconsdoc [
10 <!ENTITY % scons SYSTEM '../../doc/scons.mod'>
11 %scons;
12 <!ENTITY % builders-mod SYSTEM '../../doc/generated/builders.mod'>
13 %builders-mod;
14 <!ENTITY % functions-mod SYSTEM '../../doc/generated/functions.mod'>
15 %functions-mod;
16 <!ENTITY % tools-mod SYSTEM '../../doc/generated/tools.mod'>
17 %tools-mod;
18 <!ENTITY % variables-mod SYSTEM '../../doc/generated/variables.mod'>
19 %variables-mod;
22 <sconsdoc xmlns="http://www.scons.org/dbxsd/v1.0"
23           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24           xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
26 <tool name="aixc++">
27 <summary>
28 <para>
29 Sets construction variables for the IMB xlc / Visual Age C++ compiler.
30 </para>
31 </summary>
32 <sets>
33 <item>CXX</item>
34 <item>SHCXX</item>
35 <item>CXXVERSION</item>
36 <item>SHOBJSUFFIX</item>
37 </sets>
38 <uses>
39 </uses>
40 </tool>
42 </sconsdoc>