Expanded SCons.Scanner.LaTeX.comment_re to not break on \%
[scons.git] / src / engine / SCons / Tool / icc.xml
1 <!--
2 __COPYRIGHT__
3
4 This file is processed by the bin/SConsDoc.py module.
5 See its __doc__ string for a discussion of the format.
6 -->
7 <tool name="icc">
8 <summary>
9 Sets construction variables for the
10 <application>icc</application> compiler on OS/2 systems.
11 </summary>
12 <sets>
13 CC
14 CCCOM
15 CXXCOM
16 CPPDEFPREFIX
17 CPPDEFSUFFIX
18 INCPREFIX
19 INCSUFFIX
20 CFILESUFFIX
21 CXXFILESUFFIX
22 </sets>
23 <uses>
24 CFLAGS
25 CCFLAGS
26 CPPFLAGS
27 _CPPDEFFLAGS
28 _CPPINCFLAGS
29 </uses>
30 </tool>