From d35fafcf39eaa636881cfe230aa50d8d70375d8d Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 10 May 2002 04:34:26 +0000 Subject: [PATCH] Description of config variables. [SVN r13794] --- gcc-stlport-tools.html | 70 +++++++++++++++++++++++++++++++++++++++ v1/gcc-stlport-tools.html | 70 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 140 insertions(+) create mode 100644 gcc-stlport-tools.html create mode 100644 v1/gcc-stlport-tools.html diff --git a/gcc-stlport-tools.html b/gcc-stlport-tools.html new file mode 100644 index 000000000..2a8a826e6 --- /dev/null +++ b/gcc-stlport-tools.html @@ -0,0 +1,70 @@ + + + + +Boost.Build - gcc-stlport toolset + + + + + + + +
+

C++ Boost

+
+

Boost.Build

+

gcc-stlport toolset

+
+
+ +

Introduction

+ +

Boost.Build's gcc-stlport toolset supports the +GNU GCC compiler using STLport as a replacement +to the GNU libg++. This toolset is an extension to the +gcc toolset and therefore supports the same functionality. + +

Configuration Variables

+ +The gcc-stlport toolset responds to the following variables which can be set in the +environment or configured on the jam command-line using +-sVARIABLE_NAME=value: + + + + + + +
Variable Name Semantics Default Notes + +
STLPORT_ROOT + Path to installation of STLport. + (none) + It is customary to set this in your "Jamrules" file. + +
STLPORT_INCLUDE_DIRECTORY + The name of the directory within the STLport installation containing + the header files. + stlport +   + +
STLPORT_LIB_DIRECTORY + The name of the directory withint the STLport installation containing + the built libraries. + lib +   + +
+ +
+

Revised + + 09 May, 2002 + +

+

© Copyright Dave Abrahams + 2002. All Rights Reserved.

+ + diff --git a/v1/gcc-stlport-tools.html b/v1/gcc-stlport-tools.html new file mode 100644 index 000000000..2a8a826e6 --- /dev/null +++ b/v1/gcc-stlport-tools.html @@ -0,0 +1,70 @@ + + + + +Boost.Build - gcc-stlport toolset + + + + + + + +
+

C++ Boost

+
+

Boost.Build

+

gcc-stlport toolset

+
+
+ +

Introduction

+ +

Boost.Build's gcc-stlport toolset supports the +GNU GCC compiler using STLport as a replacement +to the GNU libg++. This toolset is an extension to the +gcc toolset and therefore supports the same functionality. + +

Configuration Variables

+ +The gcc-stlport toolset responds to the following variables which can be set in the +environment or configured on the jam command-line using +-sVARIABLE_NAME=value: + + + + + + +
Variable Name Semantics Default Notes + +
STLPORT_ROOT + Path to installation of STLport. + (none) + It is customary to set this in your "Jamrules" file. + +
STLPORT_INCLUDE_DIRECTORY + The name of the directory within the STLport installation containing + the header files. + stlport +   + +
STLPORT_LIB_DIRECTORY + The name of the directory withint the STLport installation containing + the built libraries. + lib +   + +
+ +
+

Revised + + 09 May, 2002 + +

+

© Copyright Dave Abrahams + 2002. All Rights Reserved.

+ +