$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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