$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Joel Beaudoin (joeldoin_at_[hidden])
Date: 2007-10-15 05:24:00
Hi,
It appears that Boost.Build doesn't support building an OSX framework
yet. Is this planned for the future? I spent some time looking into
adding it, but I wasn't able to get used to the jamfile syntax. I
have a sketch of a shell script to do this: building normally through
bjam and then using info from 'bjam -n -a' for the shell script, but
this is very much a hacker approach. I'm doing the same thing for
running the regression tests.
Cheers,
Joel