1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
2 | |
---|
3 | <html> |
---|
4 | <head> |
---|
5 | <meta name="generator" content= |
---|
6 | "HTML Tidy for Linux/x86 (vers 1st September 2003), see www.w3.org"> |
---|
7 | <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> |
---|
8 | <link rel="stylesheet" type="text/css" href="../../../boost.css"> |
---|
9 | |
---|
10 | <title>Boost.Build - cw toolset</title> |
---|
11 | </head> |
---|
12 | |
---|
13 | <body link="#0000FF" vlink="#800080"> |
---|
14 | <table border="0" cellpadding="7" cellspacing="0" width="100%" summary= |
---|
15 | "header"> |
---|
16 | <tr> |
---|
17 | <td valign="top" width="300"> |
---|
18 | <h3><a href="http://www.boost.org"><img height="86" width="277" alt= |
---|
19 | "C++ Boost" src="../../../boost.png" border="0"></a></h3> |
---|
20 | </td> |
---|
21 | |
---|
22 | <td valign="top"> |
---|
23 | <h1 align="center">Boost.Build</h1> |
---|
24 | |
---|
25 | <h2 align="center">cw toolset</h2> |
---|
26 | </td> |
---|
27 | </tr> |
---|
28 | </table> |
---|
29 | <hr> |
---|
30 | |
---|
31 | <h2>Introduction</h2> |
---|
32 | |
---|
33 | <p>Boost.Build's cw toolset supports the <a href= |
---|
34 | "http://www.metrowerks.com">Metrowerks CodeWarrior</a> Pro 6.x, 7.x, 8.x |
---|
35 | and 9.x tools. This toolsets handles allteh variations for the CodeWarrior |
---|
36 | command line compiler tools.</p> |
---|
37 | |
---|
38 | <h2>Configuration Variables</h2>The cw toolset responds to the following |
---|
39 | variables which can be set in the environment or configured on the jam |
---|
40 | command-line using <code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>: |
---|
41 | |
---|
42 | <table border="1" summary="settings"> |
---|
43 | <tr> |
---|
44 | <th>Variable Name</th> |
---|
45 | |
---|
46 | <th>Semantics</th> |
---|
47 | |
---|
48 | <th>Default</th> |
---|
49 | |
---|
50 | <th>Notes</th> |
---|
51 | </tr> |
---|
52 | |
---|
53 | <tr> |
---|
54 | <td><code>CW_ROOT</code></td> |
---|
55 | |
---|
56 | <td>Path to installation of Metrowerks Codewarrior.</td> |
---|
57 | |
---|
58 | <td><i>empty</i></td> |
---|
59 | |
---|
60 | <td rowspan="2">The toolset attempts to figure out what the version and |
---|
61 | root of the tools are by looking at the environment and at the registry |
---|
62 | (on Windows). If nothing is given the newest available toolset is |
---|
63 | used.</td> |
---|
64 | </tr> |
---|
65 | |
---|
66 | <tr> |
---|
67 | <td><code>CW_VERSION</code></td> |
---|
68 | |
---|
69 | <td>Version to use. Valid values are: 6.0, 7.0, 8.0, 9.0.</td> |
---|
70 | |
---|
71 | <td><i>empty</i></td> |
---|
72 | </tr> |
---|
73 | </table> |
---|
74 | <hr> |
---|
75 | |
---|
76 | <p>Revised |
---|
77 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> |
---|
78 | 23 February, 2004 |
---|
79 | <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p> |
---|
80 | |
---|
81 | <p>Copyright Rene Rivera 2004.</p> |
---|
82 | |
---|
83 | <p><small>Distributed under the Boost Software License, Version 1.0. (See |
---|
84 | accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or |
---|
85 | copy at <a href= |
---|
86 | "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p> |
---|
87 | </body> |
---|
88 | </html> |
---|