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

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to