Boost logo

Boost-Build :

From: David Abrahams (gclbb-jamboost_at_[hidden])
Date: 2003-06-01 10:12:41


I just checked in some improvements to intel-win32 support for
Boost.Build version 1. This includes a hack which works around our
inability to detect wchar_t support for intel6. It also includes
automatic version detection and resulting customization to the
command-line options. Please see http://tinyurl.com/d6kw to review
the new configuration.

If you need to test with multiple Intel versions, it's as easy as
creating a tiny new toolset in your BOOST_BUILD_PATH. Here, for
example, is my toolset for testing with intel 5.0:

{
local INTEL_BASE_MSVC_TOOLSET = msvc ;
local INTEL_PATH = c:/tools/intel/compiler50/ia32 ;
extends-toolset intel-win32 ;
}

-Dave

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk