Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-09-05 00:56:00


David Abrahams wrote:

> That's not the way I intended for intel support to work, though it
> seems to be a decent stopgap measure. intel is supposed to be a
> vendor variant, so that we can have an intel.jam toolset which
> inherits from msvc and sets the vendor.

I've actually tried

using msvc : : "P:/Program Files/Microsoft Visual Studio/vc98" : :
vcvars32-p.bat ;
using msvc : : "P:/Program Files/Something" : intel : vcvars32-p.bat icl ;

Together with

exe a : a.cpp b ;^M
obj b : b.cpp : <toolset-msvc:vendor>intel ;

But it causes all compiles to be done with intel: seems like
<toolset-msvc:vendor>intel is the default value.

- Volodya

 


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