|
Boost-Build : |
From: Johannes Brunen (JBrunen_at_[hidden])
Date: 2005-08-03 09:10:03
I would like to build a static library 'test' for debug and release and install it to a different location.
I tried the following, which works fine:
project test
: requirements <link>static
: source-location src
: usage-requirements <include>./inc
;
lib test : [ glob src *.cxx ] : <include>inc ;
install Test : test : <variant>release:<location>./lib
<variant>debug:<location>./libd ;
However, I would like to have different names for the debug and the releaselibrary, i.e. test.lib and testd.lib, respecitvely.
I this possible with BBv2? Can anyone give some help on this?
Johannes
____________
Virus checked by G DATA AntiVirusKit
Version: AVK 15.0.6393 from 03.08.2005
Virus news: www.antiviruslab.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