Boost logo

Boost-Build :

From: TEMPLIE Cédric (cedric.templie_at_[hidden])
Date: 2005-01-20 12:30:45


Hi,

I need to define some path variables swith the current toolset used...
For the moment I define constant in my project-root.jam, and I want
something like that:

If (currenttoolset = msvc-7.1) BUILD_DIR = C:/results/7.1
If (currenttoolset = msvc-6.0) BUILD_DIR = C:/results/6.0

How can I do that ?

Thanks in advance.

TEMPLIE Cédric

 


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