mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
140 lines
3.4 KiB
HTML
140 lines
3.4 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 - como toolset</title>
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF" 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">como and como-win32 toolsets</h2>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<hr>
|
|
|
|
<h2>Introduction</h2>
|
|
|
|
<p>Boost.Build's como and como-win32 toolsets support the <a href=
|
|
"http://www.comeaucomputing.com">Comeau Computing</a> C/C++ Compiler.</p>
|
|
|
|
<h2>Configuration Variables</h2>
|
|
|
|
<p>The como and como-win32 toolsets respond 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>:</p>
|
|
|
|
<table border="1" summary="settings">
|
|
<tr>
|
|
<th>Variable Name</th>
|
|
|
|
<th>Semantics</th>
|
|
|
|
<th>Default</th>
|
|
|
|
<th>Notes</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><code>COMO_PATH</code></td>
|
|
|
|
<td>Path to installation of compiler tools.</td>
|
|
|
|
<td>(none)</td>
|
|
|
|
<td>If not set tools must be available in the executable path.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><code>COMO_BASE</code></td>
|
|
|
|
<td>Path to installation of compiler tools.</td>
|
|
|
|
<td><code>$(COMO_PATH)</code></td>
|
|
|
|
<td>This is a backward compatability alternate for COMO_PATH.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><code>COMO_BIN_PATH</code></td>
|
|
|
|
<td>Path to bin directory of compiler excutables.</td>
|
|
|
|
<td><code>$(COMO_PATH)/bin/</code></td>
|
|
|
|
<td> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><code>COMO_INCLUDE_PATH</code></td>
|
|
|
|
<td>Path to libcomo headers.</td>
|
|
|
|
<td><code>$(COMO_PATH)/libcomo</code></td>
|
|
|
|
<td><code>$(COMO_INCLUDE_PATH)/cnames</code> is automatically
|
|
added.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><code>COMO_STDLIB_PATH</code></td>
|
|
|
|
<td>Path to built libcomo object.</td>
|
|
|
|
<td><code>$(COMO_PATH)/libcomo</code></td>
|
|
|
|
<td> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><code>COMO_BACKEND</code></td>
|
|
|
|
<td>Backend abbreviation, e.g. <code>vc7</code>, <code>bcc</code>,
|
|
<code>dig</code>, etc.</td>
|
|
|
|
<td><code>vc7</code></td>
|
|
|
|
<td><code>como-win32</code> toolset only.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><code>COMO_BACKEND_PATH</code></td>
|
|
|
|
<td>Path to backend compiler.</td>
|
|
|
|
<td><code>$(VC7_TOOLS)</code></td>
|
|
|
|
<td><code>como-win32</code> toolset only.</td>
|
|
</tr>
|
|
</table>
|
|
<hr>
|
|
|
|
<p>Revised
|
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
|
31 July, 2004
|
|
<!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
|
|
|
|
<p>Copyright © Dave Abrahams 2002.</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>
|