|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-09-10 06:35:40
Boost.Build V1 uses separate rules for static and dynamic libraries, and
I don't particularly like that.
For example, Linix apps with autoconf have "--enable-shared" configure
options, which just makes all the libraries static -- quite simple. Why
have two rules in Boost.Build. Take a look at Boost.Signals Jamfile --
it declares lib and dll target which are othewise identical.
I think we can introduce a new feature, say "shared", to control dll/lib
distinction.
Thoughts?
- Volodya
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk