2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

borland-tools.html; docs of configuration variables.

borland-tools.jam; BCCROOT singleton.


[SVN r13708]
This commit is contained in:
Rene Rivera
2002-05-07 04:54:48 +00:00
parent 1387154988
commit 8cf684129b
4 changed files with 136 additions and 0 deletions

65
borland-tools.html Normal file
View File

@@ -0,0 +1,65 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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 - gcc toolset</title>
</head>
<body link="#0000ff" vlink="#800080">
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
<tbody>
<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">borland toolset</h2>
</td>
</tr>
</tbody>
</table>
<hr>
<h2>Introduction</h2>
<p>Boost.Build's <a href="http://www.borland.com/bcppbuilder/freecompiler">
borland</a> toolset supports the <a href="http://www.borland.com/">Borland</a>
C++Builder (BCC 5.5) compiler. </p>
<h2>Configuration Variables</h2>
The borland toolset responds to the following variables 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">
<tbody>
<tr>
<th>Variable Name </th>
<th>Semantics </th>
<th>Default </th>
<th>Notes </th>
</tr>
<tr>
<td><code>BCCROOT</code> </td>
<td>The directory in which BCC was installed. </td>
<td><code></code> (none) </td>
<td>If not set the user must ensure that the tools, the bin directory
of BCC, is available as part of the executable search path. </td>
</tr>
</tbody>
</table>
<hr>
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
06 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>

View File

@@ -14,6 +14,9 @@
# features.jam, pending someone taking the time to figure out how to get the
# appropriate libraries into the link command line.
# BCCROOT is the install location of the borland tools.
set-as-singleton BCCROOT ;
# compute Borland tool path
# You can either put the borland bin directory in your PATH, or you can set
# BCCROOT to point at the borland installation directory

65
v1/borland-tools.html Normal file
View File

@@ -0,0 +1,65 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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 - gcc toolset</title>
</head>
<body link="#0000ff" vlink="#800080">
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
<tbody>
<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">borland toolset</h2>
</td>
</tr>
</tbody>
</table>
<hr>
<h2>Introduction</h2>
<p>Boost.Build's <a href="http://www.borland.com/bcppbuilder/freecompiler">
borland</a> toolset supports the <a href="http://www.borland.com/">Borland</a>
C++Builder (BCC 5.5) compiler. </p>
<h2>Configuration Variables</h2>
The borland toolset responds to the following variables 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">
<tbody>
<tr>
<th>Variable Name </th>
<th>Semantics </th>
<th>Default </th>
<th>Notes </th>
</tr>
<tr>
<td><code>BCCROOT</code> </td>
<td>The directory in which BCC was installed. </td>
<td><code></code> (none) </td>
<td>If not set the user must ensure that the tools, the bin directory
of BCC, is available as part of the executable search path. </td>
</tr>
</tbody>
</table>
<hr>
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
06 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>

View File

@@ -14,6 +14,9 @@
# features.jam, pending someone taking the time to figure out how to get the
# appropriate libraries into the link command line.
# BCCROOT is the install location of the borland tools.
set-as-singleton BCCROOT ;
# compute Borland tool path
# You can either put the borland bin directory in your PATH, or you can set
# BCCROOT to point at the borland installation directory