diff --git a/mingw-tools.html b/mingw-tools.html new file mode 100644 index 000000000..48b832ddd --- /dev/null +++ b/mingw-tools.html @@ -0,0 +1,74 @@ + + + + +Boost.Build - mingw toolset + + + + + + + +
+

C++ Boost

+
+

Boost.Build

+

mingw toolset

+
+
+ +

Introduction

+ +

Boost.Build's mingw toolset supports the +GNU GCC compiler as the MinGW configuration. +This is hosted on Windows and targets standalone Windows objects. + +

Configuration Variables

+ +The mingw toolset responds to the following variables which can be set in the +environment or configured on the jam command-line using +-sVARIABLE_NAME=value. This toolset is an extension to the +gcc toolset. + + + + + + + +
Variable Name Semantics Default Notes + +
MINGW_ROOT_DIRECTORY + Path to installation of MinGW. + (none) + If not set tools must be available in the executable path. + +
MINGW_BIN_DIRECTORY + The directory where the tool executables are located. + $(MINGW_ROOT_DIRECTORY)/bin/ +   + +
MINGW_INCLUDE_DIRECTORY + The directory containing the headers specific to the tools. + $(MINGW_ROOT_DIRECTORY)/include +   + +
MINGW_STDLIB_DIRECTORY + The directory containing the compiled tool libraries. + $(MINGW_ROOT_DIRECTORY)/lib +   + +
+ +
+

Revised + + 14 May, 2002 + +

+

© Copyright Dave Abrahams + 2002. All Rights Reserved.

+ + diff --git a/v1/mingw-tools.html b/v1/mingw-tools.html new file mode 100644 index 000000000..48b832ddd --- /dev/null +++ b/v1/mingw-tools.html @@ -0,0 +1,74 @@ + + + + +Boost.Build - mingw toolset + + + + + + + +
+

C++ Boost

+
+

Boost.Build

+

mingw toolset

+
+
+ +

Introduction

+ +

Boost.Build's mingw toolset supports the +GNU GCC compiler as the MinGW configuration. +This is hosted on Windows and targets standalone Windows objects. + +

Configuration Variables

+ +The mingw toolset responds to the following variables which can be set in the +environment or configured on the jam command-line using +-sVARIABLE_NAME=value. This toolset is an extension to the +gcc toolset. + + + + + + + +
Variable Name Semantics Default Notes + +
MINGW_ROOT_DIRECTORY + Path to installation of MinGW. + (none) + If not set tools must be available in the executable path. + +
MINGW_BIN_DIRECTORY + The directory where the tool executables are located. + $(MINGW_ROOT_DIRECTORY)/bin/ +   + +
MINGW_INCLUDE_DIRECTORY + The directory containing the headers specific to the tools. + $(MINGW_ROOT_DIRECTORY)/include +   + +
MINGW_STDLIB_DIRECTORY + The directory containing the compiled tool libraries. + $(MINGW_ROOT_DIRECTORY)/lib +   + +
+ +
+

Revised + + 14 May, 2002 + +

+

© Copyright Dave Abrahams + 2002. All Rights Reserved.

+ +