|
Boost : |
From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2004-04-14 11:16:44
On Wed, 14 Apr 2004 11:19:50 -0400
Jody Hagins <jody-boost-011304_at_[hidden]> wrote:
>
> Thanks, Rene! I will make the change locally, so I can run the
> regression tests. Can you make the change to CVS?
... and do not forget to export it, as I did in the example:
if [ "${BOOST_BUILD_PATH}" ]; then
BOOST_BUILD_PATH="$boost_build_path:$BOOST_BUILD_PATH"
else
BOOST_BUILD_PATH="$boost_build_path"
fi
export BOOST_BUILD_PATH
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk