...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
|
Boost.Buildmingw toolset |
Boost.Build's mingw toolset supports the GNU GCC compiler as the MinGW configuration. This is hosted on Windows and targets standalone Windows objects.
-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.
Use, modification, and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)