|
Boost-Build : |
From: Hugo Duncan (hugoduncan_at_[hidden])
Date: 2006-12-02 11:19:26
Eoin,
> That worked perfectly but now I need to achieve something more
> complicated. I have built the OpenSSL libraries with a number of
> different compiler switches and would like to have BBv2 select the
> correct library depending on, say, the build variant.
I believe you can just specify the different variants in the requirements,
eg:
lib user32 : : <name>user32shared.lib <runtime-link>shared ;
lib user32 : : <name>user32static.lib <runtime-link>static ;
Hugo
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