Boost logo

Boost-Build :

From: Chris Drexler (CKolumbus_at_[hidden])
Date: 2003-09-04 09:51:38


Hi again,

ignor my last answer.

On Thu, Sep 04, 2003 at 03:59:54PM +0400, Vladimir Prus wrote:
> I think it's possible to achieve what you want. In V2, intel is
> considered
> just a variant of msvc compiler. I've added the following to my
> user-config.jam:
> using msvc : 6.0 : "P:/Program Files/Microsoft Visual Studio/vc98" : :
> vcvars32-p.bat ;
> using msvc : intel : "P:/Program Files/Something" : : vcvars32-p.bat
> icl ;

It's really important to put this into users-config.jam. project-root.jam
will not be enough (as I thought).

Thanks for all the help

Chris

 


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