$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Edward Diener (eddielee_at_[hidden])
Date: 2005-07-21 11:20:58
Rene Rivera wrote:
> Edward Diener wrote:
>
>>Is there a way to pass a compiler define when invoking bjam ? I want to build my
>>libraries with by defining BOOST_ALL_DYN_LINK when linking to the dynamic
>>run-time library. How do I do this ?
>
>
> bjam "-sBUILD=<define>BOOST_ALL_DYN_LINK=1"
>
> And add any other arguments you wish :-)
Thanks ! Where in the Boost Build documentation is the BUILD variable and its
possible parameters described ?