$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Renaud Lepere (renaud.lepere_at_[hidden])
Date: 2006-04-12 06:44:12
>
> using boost : the-directory-with-boost-source ;
>
> exe your_exe : source.cpp /boost//boost_filesystem ;
>
> This will automatically build the requested Boost library and
> link it with
> your application.
>
using boost : the-directory-with-boost-source ;
does not work apparently i don't have a boost.jam file ?
Apparently i should "include" boost/Jamfile.v2 ?