Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2006-02-27 10:03:14


Markus Schöpflin wrote:
>I now have
>
>[ bpl-test pointer_vector
> : # files
> : # requirements
> # Turn off this test on HP CXX, as it hangs when executing.
> <toolset><hp_cxx>:<build>no ]

This should be:
- <toolset><hp_cxx>:<build>no ]
+ <toolset>hp_cxx:<build>no ]

NOTE: properties are a set of ( feature, value ) tuples where you say
<feature>value to add a feature value. You can restrict this by saying
<condition>cond:<feature>value, where <condition>cond is a ( feature, value
) tuple that, if true, <feature>value is applied to the build.

Thus, in your example <toolset>hp_cxx is the condition checking for (
toolset, hp_cxx ) and <build>no is the feature to set. Thus, you could have:

   <os>NT:<define>WIN32

HTH,
- Reece


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