$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] A few questions
From: Steve Lorimer (steve.lorimer_at_[hidden])
Date: 2015-03-12 18:27:02
Vladimir, saw your 64-bit example
There's also lower-level, possibly more flexiible, configure.builds, see
> example at:
>
> https://github.com/boostorg/build/blob/server/example/
> libraries/app/jamfile.jam
> https://github.com/boostorg/build/blob/server/example/
> libraries/jamroot.jam
Please forgive my lack of understanding! Could you explain or point me to
docs re what is happening in the jamroot:
obj 64 : 64.cpp ;
explicit 64 ;
I don't see a 64.cpp file in github
if [ configure.builds /libraries//64 : : 64-bit ] {
what is happening here please?