2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Files
build/edg-tools.html
2003-07-09 11:09:52 +00:00

56 lines
1.6 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 - edg toolset</title>
</head>
<body link="#0000ff" vlink="#800080" bgcolor="#ffffff">
<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">edg toolset</h2>
</td>
</tr>
</table>
<hr>
<h2>Introduction</h2>
<p>Boost.Build's edg toolset supports the
<a href="http://www.edg.com/">Edison Design Group</a> C/C++ compiler
front-end (evaluation version).
<h2>Configuration Variables</h2>
The edg 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>ECCP</code>
<td>Name and (optional) path of the eccp executable.</td>
<td>(none)</td>
<td>If not set, <code>eccp</code> must be available in the search
path.</td>
</tr>
</table>
<hr>
<p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
09 Jul, 2003
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
</p>
<p><i>Written by <a href="../../people/jens_maurer.htm">Jens Maurer</a>.</i></p>
</body>
</html>