$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-26 15:17:07
On Friday 26 October 2007 22:50:57 you wrote:
> Hi,
>
> I would imagine the interface would be the same with the addition of
> something like --framework-osx as an option for mac builds. I don't
> think the OSX framework structure supports variants (debug/release,
> multithreaded, etc.) very well; only different versions of the same
> variant. I just build a release, singlethreaded framework for my needs.
Err. To clarify -- you are talking about building C++ Boost, or general
support for OSX frameworks in Boost.Build?
Also, assuming I have directory tree just like the framework expects,
how can I convert that directory tree into framework?
- Volodya