From f00de9731cf07b2738e43b537dcfcdf05da7e810 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 15 May 2002 03:26:28 +0000 Subject: [PATCH] Initial. [SVN r13889] --- mingw-tools.html | 74 +++++++++++++++++++++++++++++++++++++++++++++ v1/mingw-tools.html | 74 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+) create mode 100644 mingw-tools.html create mode 100644 v1/mingw-tools.html 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.

+ +