|
Boost-Build : |
Subject: Re: [Boost-build] Boost Build components and particuolar compilers
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-04-05 19:31:55
AMDG
On 04/05/2011 04:22 PM, Edward Diener wrote:
> Is there any way to tell Boost Build that an alias or rule within a bjam
> file should only be executed for certain toolsets or not be executed for
> certain toolsets ?
>
That's what target alternatives are for:
alias msvc-only : test.cpp : <toolset>msvc ;
alias msvc-only ;
alias no-msvc : : <toolset>msvc ;
alias no-msvc : test.cpp ;
In Christ,
Steven Watanabe
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