Boost logo

Boost-Build :

Subject: Re: [Boost-build] Using the install rule with a pre-built library
From: Peter Fry (pbf_at_[hidden])
Date: 2013-03-12 04:57:57


I ended up solving my problem by generating the <file> feature using a rule,
which borrows the same bjam utilities that are used to generate
platform-specific library names. It's not pretty, but it got me there.

In case it helps anyone else, here's an example of how to expose a pre-built
library, which you can both link to, and also deploy using an install rule:

Obviously it can be tweaked to generate a different filename, depending upon
the address model and variant, instead of a path.

--
View this message in context: http://boost.2283326.n4.nabble.com/Using-the-install-rule-with-a-pre-built-library-tp4643631p4644044.html
Sent from the Boost - Build mailing list archive at Nabble.com.

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