$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Zbynek Winkler (zw-bjam_at_[hidden])
Date: 2005-05-16 09:18:51
Hi,
I've read this about conditional properties
http://boost.org/doc/html/bbv2/tutorial/conditions.html but I'd like to
know how to condition on more then one property (with logical 'and').
I'd like to say that the release variant for gcc toolset should contain
"-O3" in linkflags ;-).
This does not work: <toolset>gcc:<variant>release:<linkflags>"-O3"
Thanks,
Zbynek