build/metrowerks-tools.html
Rene Rivera 97a2cf1e4b Initial.
[SVN r13886]
2002-05-15 03:01:29 +00:00

74 lines
2.5 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="boost.css">
<title>Boost.Build - metrowerks 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="../../c++boost.gif" border="0"></a></h3>
</td>
<td valign="top">
<h1 align="center">Boost.Build</h1>
<h2 align="center">metrowerks toolset</h2>
</td>
</tr>
</table>
<hr>
<h2>Introduction</h2>
<p>Boost.Build's <a href="http://www.metrowerks.com">metrowerks</a> toolset supports the
Metrowerks CodeWarrior C/C++ compiler hosted on, and targeting Windows.
<h2>Configuration Variables</h2>
The metrowerks 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">
<tr><th>Variable Name <th>Semantics <th>Default <th>Notes
<tr>
<td><code>METROWERKS_ROOT</code>
<td>Path to installation of compiler tools.
<td>(none)
<td>If not set tools must be available in the executable path. This
location is used as a base to the <code>cwenv.bat</code> script which is
run before each command, if this variable is set.
<tr>
<td><code>CWFOLDER</code>
<td>Path to installation of compiler support.
<td>(none)
<td>This is a compatability variable to specify where to find the compiler support
files, i.e. includes. If you don't set <code>METROWERKS_ROOT</code>,
but instead set up the environment, for example by executing <code>cwenv.bat</code>
as a default, this will be used and therefore get the value as indicated in
your setup.
<tr>
<td><code>BOOST_CODEWARRIOR_6</code>
<td>Flag indicating wether to use version 6.x layout of support files, or not.
<td>(none)
<td>The epmty default value indicates to use a version 7.x layout. To use
the version 6 layout set it to a non empty value, like <code>true</code>.
</table>
<hr>
<p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
14 May, 2002
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
</p>
<p><i>&copy; Copyright <a href="../../people/dave_abrahams.htm">Dave Abrahams</a>
2002. All Rights Reserved.</i></p>
</body>
</html>