$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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