Boost logo

Boost-Build :

Subject: Re: [Boost-build] Platform depending <include>
From: Christian Auby (christian_at_[hidden])
Date: 2010-01-29 05:01:47


You can use conditionals for the requirements:

project : requirements
        <target-os>windows:<include>....
        ;

I use this in site-config.jam so my project Jamroot.jam works on both
Windows and Linux without change.

Christian

On 1/29/2010 10:51 AM, Thomas Lehmann wrote:
> Hi!
>
> for some libraries it depends whether to be on windows or linux.
> I can create multiple targets for different platforms (toolsets)
> but the <include> is placed on the project node. Can I repeat
> a project node with different toolset so I can different <include> entries?
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>


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