...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Boost.Build's mingw-stlport toolset supports the GNU GCC compiler as the MinGW configuration, using STLport as a replacement to the GNU libg++.
-sVARIABLE_NAME=
value.
This toolset is an extension to the mingw
toolset and therefore responds to all of the MinGW configuration variables in addition to
those listed below.
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 within the STLport installation containing the built libraries. | lib |
Revised 12 August, 2004
Copyright © Janusz Piwowarski 2004.
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)