79 lines
2.2 KiB
HTML
79 lines
2.2 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 - como 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">como toolset</h2>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<hr>
|
|
|
|
<h2>Introduction</h2>
|
|
|
|
<p>Boost.Build's <a href="http://www.comeaucomputing.com">como</a> toolset supports the
|
|
Comeau.Computing C/C++ Compiler.
|
|
|
|
<h2>Configuration Variables</h2>
|
|
|
|
The como 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>COMO_PATH</code>
|
|
<td>Path to installation of compiler tools.
|
|
<td>(none)
|
|
<td>If not set tools must be available in the executable path.
|
|
|
|
<tr>
|
|
<td><code>COMO_BASE</code>
|
|
<td>Path to installation of compiler tools.
|
|
<td><code>$(COMO_PATH)</code>
|
|
<td>This is a backward compatability alternate for COMO_PATH.
|
|
|
|
<tr>
|
|
<td><code>COMO_BIN_PATH</code>
|
|
<td>Path to bin directory of compiler excutables.
|
|
<td><code>$(COMO_PATH)/bin/</code>
|
|
<td>
|
|
|
|
<tr>
|
|
<td><code>COMO_INCLUDE_PATH</code>
|
|
<td>Path to libcomo headers.
|
|
<td><code>$(COMO_PATH)/libcomo</code>
|
|
<td><code>$(COMO_INCLUDE_PATH)/cnames</code> is automatically added.
|
|
|
|
<tr>
|
|
<td><code>COMO_STDLIB_PATH</code>
|
|
<td>Path to built libcomo object.
|
|
<td><code>$(COMO_PATH)/libcomo</code>
|
|
<td>
|
|
|
|
</table>
|
|
|
|
<hr>
|
|
<p>Revised
|
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
|
07 May, 2002
|
|
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
|
|
</p>
|
|
<p><i>© Copyright <a href="../../people/dave_abrahams.htm">Dave Abrahams</a>
|
|
2002. All Rights Reserved.</i></p>
|
|
</body>
|
|
</html>
|