Boost logo

Boost-Build :

From: Kirill Lapshin (klapshin_at_[hidden])
Date: 2003-11-20 16:59:26


Hello,

I am trying to setup staging in such way that it will gather all exes
from all subproject in <project-root>/bin. I can wasily do this with
path-constant and stage. Now to make task a little more difficult I
want to stage exe into different top level bin folders depending on
toolset and variant. Something like bin/gcc, bin/dbggcc, bin/msvc,
bin/dbgmsvc. I can handle variants only, or toolsets only with
conditional properties (i.e. stage exe : my_exe :
<variant>release:<location>$(bin) <variant>debug:<location>$(dbgbin)
;), but I can't put two conditions together, can't I?

I am probaly missing something obvious... How can I achieve this behavior?

Thanks a lot in advance.

BTW, when staging unit-tests I end up with bunch of meaningless
.passed files. I will certainly traverse dependencies and install all
exe's and so's, but it would be nice to somehow suppress staging
.passed files.

--Kirill

 


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