summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Tool/mwcc.xml
blob: e7df1f300bffc69f0746378cbc707f475e36c536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!--
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 The SCons Foundation

This file is processed by the bin/SConsDoc.py module.
See its __doc__ string for a discussion of the format.
-->
<tool name="mwcc">
<summary>
Sets construction variables for the Metrowerks CodeWarrior compiler.
</summary>
<sets>
MWCW_VERSIONS
MWCW_VERSION
<!--CCCOMFLAGS-->
CC
CCCOM
CXX
CXXCOM
SHCC
SHCCFLAGS
SHCFLAGS
SHCCCOM
SHCXX
SHCXXFLAGS
SHCXXCOM
CFILESUFFIX
CXXFILESUFFIX
CPPDEFPREFIX
CPPDEFSUFFIX
INCPREFIX
INCSUFFIX
</sets>
<uses>
CCCOMSTR
CXXCOMSTR
SHCCCOMSTR
SHCXXCOMSTR
</uses>
</tool>

<cvar name="MWCW_VERSION">
<summary>
The version number of the MetroWerks CodeWarrior C compiler
to be used.
</summary>
</cvar>

<cvar name="MWCW_VERSIONS">
<summary>
A list of installed versions of the MetroWerks CodeWarrior C compiler
on this system.
</summary>
</cvar>