Boost logo

Boost-Build :

Subject: [Boost-build] Iterate over registered toolsets
From: tr1gun (tr1gun_at_[hidden])
Date: 2014-03-12 17:00:27


Hello,

is it possible to iterate over all registered toolsets in a jamfile?
What i'm trying to achieve is to register the detected intel toolset
version for all detected msvc versions, if no specific version is passed.

While playing around with the intel-win.jam file i encountered that the
msvc version passed to:
msvc.configure-version-specific intel-win : $(version_cor) : $(condition) ;
must be e.g. 10.0 and not 10 if there is no using msvc : 10.0 ; in the
user-confing.jam file. There seems to be some kind of dependency.
Anyone can explain what's happening there?

I attached my current intel-win.jam file.

Best regards,

Bernhard




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