Boost logo

Boost-Build :

From: Pedro Lamarão (pedro.lamarao_at_[hidden])
Date: 2006-05-23 14:13:18


Attached is a small project containing a simple target like this:

  exe test
    : main.cpp
    : <toolset>msvc
      <toolset-msvc:version>6.0
    ;

Calling bjam in the project folder like this:

  bjam toolset=msvc-7.1

actually builds said project... with msvc-6.0.

I get this result using the latest CVS HEAD.

--
 Pedro Lamarão



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