Boost logo

Boost-Build :

From: Kostas Kostiadis (kos_at_[hidden])
Date: 2006-11-30 04:32:16


Hello all,

Say I have the following:

lib someLib
        :
        :
                <name>theLib_release <search>/usr/libs/release
        ;

exe hello
        :
                hello.cpp
                /someLib
        :
        ;

How can I link to this when <variant>release BUT when <variant>debug

+ search in a different path (e.g. /usr/libs/debug)
+ link to a different lib (e.g. theLib_debug)

If there is an example of this in
http://boost.sourceforge.net/boost-build2/doc/html/index.html
please just point me to the right chapter/link

Thx in advance,
Kos


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