mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
89 lines
2.5 KiB
HTML
89 lines
2.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content=
|
|
"HTML Tidy for Linux/x86 (vers 1st September 2003), see www.w3.org">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<link rel="stylesheet" type="text/css" href="../../../boost.css">
|
|
|
|
<title>Boost.Build - cw toolset</title>
|
|
</head>
|
|
|
|
<body link="#0000FF" vlink="#800080">
|
|
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
|
|
"header">
|
|
<tr>
|
|
<td valign="top" width="300">
|
|
<h3><a href="http://www.boost.org"><img height="86" width="277" alt=
|
|
"C++ Boost" src="../../../boost.png" border="0"></a></h3>
|
|
</td>
|
|
|
|
<td valign="top">
|
|
<h1 align="center">Boost.Build</h1>
|
|
|
|
<h2 align="center">cw toolset</h2>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<hr>
|
|
|
|
<h2>Introduction</h2>
|
|
|
|
<p>Boost.Build's cw toolset supports the <a href=
|
|
"http://www.metrowerks.com">Metrowerks CodeWarrior</a> Pro 6.x, 7.x, 8.x
|
|
and 9.x tools. This toolsets handles allteh variations for the CodeWarrior
|
|
command line compiler tools.</p>
|
|
|
|
<h2>Configuration Variables</h2>The cw toolset responds to the following
|
|
variables which can be set in the environment or configured on the jam
|
|
command-line using <code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>:
|
|
|
|
<table border="1" summary="settings">
|
|
<tr>
|
|
<th>Variable Name</th>
|
|
|
|
<th>Semantics</th>
|
|
|
|
<th>Default</th>
|
|
|
|
<th>Notes</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><code>CW_ROOT</code></td>
|
|
|
|
<td>Path to installation of Metrowerks Codewarrior.</td>
|
|
|
|
<td><i>empty</i></td>
|
|
|
|
<td rowspan="2">The toolset attempts to figure out what the version and
|
|
root of the tools are by looking at the environment and at the registry
|
|
(on Windows). If nothing is given the newest available toolset is
|
|
used.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><code>CW_VERSION</code></td>
|
|
|
|
<td>Version to use. Valid values are: 6.0, 7.0, 8.0, 9.0.</td>
|
|
|
|
<td><i>empty</i></td>
|
|
</tr>
|
|
</table>
|
|
<hr>
|
|
|
|
<p>Revised
|
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
|
23 February, 2004
|
|
<!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
|
|
|
|
<p>Copyright Rene Rivera 2004.</p>
|
|
|
|
<p><small>Distributed under the Boost Software License, Version 1.0. (See
|
|
accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
|
|
copy at <a href=
|
|
"http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
|
|
</body>
|
|
</html>
|