Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v1/borland-tools.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 2.3 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4<head>
5  <meta name="generator" content=
6  "HTML Tidy for Linux/x86 (vers 1st September 2003), see www.w3.org">
7  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
8  <link rel="stylesheet" type="text/css" href="../../../boost.css">
9
10  <title>Boost.Build - borland toolset</title>
11</head>
12
13<body link="#0000FF" vlink="#800080">
14  <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
15  "header">
16    <tbody>
17      <tr>
18        <td valign="top" width="300">
19          <h3><a href="http://www.boost.org/"><img height="86" width="277"
20          alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
21        </td>
22
23        <td valign="top">
24          <h1 align="center">Boost.Build</h1>
25
26          <h2 align="center">borland toolset</h2>
27        </td>
28      </tr>
29    </tbody>
30  </table>
31  <hr>
32
33  <h2>Introduction</h2>
34
35  <p>Boost.Build's <a href=
36  "http://www.borland.com/bcppbuilder/freecompiler">borland</a> toolset
37  supports the <a href="http://www.borland.com/">Borland</a> C++Builder (BCC
38  5.5) compiler.</p>
39
40  <h2>Configuration Variables</h2>The borland toolset responds to the
41  following variables which can be set in the environment or configured on
42  the jam command-line using
43  <code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>:
44
45  <table border="1" summary="settings">
46    <tbody>
47      <tr>
48        <th>Variable Name</th>
49
50        <th>Semantics</th>
51
52        <th>Default</th>
53
54        <th>Notes</th>
55      </tr>
56
57      <tr>
58        <td><code>BCCROOT</code></td>
59
60        <td>The directory in which BCC was installed.</td>
61
62        <td>(none)</td>
63
64        <td>If not set the user must ensure that the tools, the bin directory
65        of BCC, is available as part of the executable search path.</td>
66      </tr>
67    </tbody>
68  </table>
69  <hr>
70
71  <p>Revised
72  <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
73   06 May, 2002 <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
74
75  <p>Copyright &copy; Dave Abrahams 2002.</p>
76
77  <p><small>Distributed under the Boost Software License, Version 1.0. (See
78  accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
79  copy at <a href=
80  "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
81</body>
82</html>
Note: See TracBrowser for help on using the repository browser.