diff --git a/borland-tools.html b/borland-tools.html new file mode 100644 index 000000000..636f69490 --- /dev/null +++ b/borland-tools.html @@ -0,0 +1,65 @@ + + + + + + + + Boost.Build - gcc toolset + + + + + + + + + + + +
+

C++ Boost +

+
+

Boost.Build

+ +

borland toolset

+
+ +
+

Introduction

+ +

Boost.Build's +borland toolset supports the Borland + C++Builder (BCC 5.5) compiler.

+

Configuration Variables

+ The borland toolset responds to the following variables can be set in the +environment or configured on the jam command-line using -sVARIABLE_NAME=value: + + + + + + + + + + + + + + + +
Variable Name Semantics Default Notes
BCCROOT The directory in which BCC was installed. (none) If not set the user must ensure that the tools, the bin directory +of BCC, is available as part of the executable search path.
+ +
+

Revised + 06 May, 2002 +

+ +

© Copyright +Dave Abrahams 2002. All Rights Reserved.

+ + + diff --git a/borland-tools.jam b/borland-tools.jam index 0ce63ad29..0e16d7601 100644 --- a/borland-tools.jam +++ b/borland-tools.jam @@ -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 diff --git a/v1/borland-tools.html b/v1/borland-tools.html new file mode 100644 index 000000000..636f69490 --- /dev/null +++ b/v1/borland-tools.html @@ -0,0 +1,65 @@ + + + + + + + + Boost.Build - gcc toolset + + + + + + + + + + + +
+

C++ Boost +

+
+

Boost.Build

+ +

borland toolset

+
+ +
+

Introduction

+ +

Boost.Build's +borland toolset supports the Borland + C++Builder (BCC 5.5) compiler.

+

Configuration Variables

+ The borland toolset responds to the following variables can be set in the +environment or configured on the jam command-line using -sVARIABLE_NAME=value: + + + + + + + + + + + + + + + +
Variable Name Semantics Default Notes
BCCROOT The directory in which BCC was installed. (none) If not set the user must ensure that the tools, the bin directory +of BCC, is available as part of the executable search path.
+ +
+

Revised + 06 May, 2002 +

+ +

© Copyright +Dave Abrahams 2002. All Rights Reserved.

+ + + diff --git a/v1/borland-tools.jam b/v1/borland-tools.jam index 0ce63ad29..0e16d7601 100644 --- a/v1/borland-tools.jam +++ b/v1/borland-tools.jam @@ -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