$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-06-24 06:40:42
On Friday 17 June 2005 20:50, Mat Marcus wrote:
> >> Ok, understood.
> >
> > What about libA.1.2.3.dylib?
>
> It works.
After reading Apple docs, it seems that the above naming style is exactly
the style one should use.
Because of that, I've modified Boost's top-level Jamfile.v2 to avoid adding
the suffix. This should fix your problem with XCode.
However, there's yet another question -- the library still includes version
number (between library name and "dylib"). That will require that you update
your XCode projects when Boost version change. Is that a problem to you?
If yes, I can introduce a way to control naming style with a property (as
opposed to command line switch). Just say a word ;-)
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2