...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 intel-win32 toolset supports the Intel C++ Compiler for Windows. This compiler is compatible with the msvc tools.
The intel-win32 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 by
default an extension to the msvc toolset and
therefore responds to all of the MSVC configuration variables in addition to
those listed below. The toolset can be configure to extend vc7 or vc-7_1 instead.
Variable Name | Semantics | Default | Notes |
---|---|---|---|
INTEL_PATH |
The path of the compiler installation. | C:\Program Files\Intel\Compiler70\IA32 |
|
INTEL_VERSION |
The version of the intel compiler in use | Deduced from INTEL_PATH . |
In most installations you can leave this variable unset. |
INTEL_TOOL_PATH |
Path to the directory of the compiler tool executables. | $(INTEL_PATH)/bin/ |
In most installations you can leave this variable unset. |
INTEL_BASE_MSVC_TOOLSET |
The base toolset to extend this toolset from. This can be one of
msvc , vc7 , or vc-7_1 . |
msvc |
If you have both vc6 and vc7, you may want your Intel compiler to
use the VC7 libaries instead of the default vc6 libraries, in which
case set this to vc7 . |
Revised 10 Oct, 2004
Copyright © Dave Abrahams 2002.
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)