$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Mal Cifuentes (malcolm_cifuentes_at_[hidden])
Date: 2005-05-11 08:06:41
Hi all,
I can't figure out how to define an install/stage structure similar to:
libs/<toolsset>
How can I access the active toolset from my Jamfile?
Is it possible to get a list of all the defined libs in a Jamfile?
How would I turn the following into something closer to what I would like
to
do.
install dist : <list of libs> : <location>../../libs/<toolset>
;
hopefully my ramblings are clear enough:)
any help appreciated
mal