I didn't follow all the original messages but what would be wonderful would be
MyProject
Boost
BoostLib1
BoostLib2
MyLib1
MyLib2
..etc
and you could delete all the boost libs that you are not interested, just
leaving (say) threads, asio, circular buffer - then tell BOOST to build o
1) Are you talking about creating a "Subset" of the boost distribution that
only includes the elements (headers/libraries) that you are interested in?
2) Or are you talking about building boost as part of your project via a
call to add_subdirectory()?
For (1) I have hacked up bcp to basically do