Boost logo

Boost-Build :

Subject: [Boost-build] Building libraries standalone as well as linking to an exe
From: Christian Auby (christian_at_[hidden])
Date: 2010-01-06 16:29:09


Three projects stored in three SVN repositories:

storage - lib
user - lib
server - exe

All three are Boost.Build projects.

user uses storage.
exe uses both user and storage.

I want the libs to be buildable by themselves so all three projects have
their own Jamroot.

Q: How should I do this? Probably with svn:externals somehow, but I fail
to see how I can build user standalone, as well as being able to use it
in server. I'd end up with two working copies of storage, one inside
user, and one for server. Ideas?

regards,

Christian


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