Subject: Re: [Boost-users] [boost] [bjam] combinations of options
From: Lorenzo Caminiti (lorcaminiti_at_[hidden])
Date: 2016-09-18 21:40:05


On Sun, Sep 11, 2016 at 8:43 PM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
>
> The correct way is:
> alias all_x : [list of targets to build] : : <x>a <x>b <x>c ;

This works great!

Thank you.
--Lorenzo