
27 May
2005
27 May
'05
2:14 a.m.
Rene Rivera <grafik.list@redshift-software.com> writes:
I think it would be possible to add the pseudo-targets so that doing:
bjam libboost_thread-vc71-mt-1_33.lib
Would be, in BBv1, equivalent to:
bjam "-sBUILD=release <runtime-link>dynamic/<threading>multi" --with-thread stage
Something similar could be done in BBv2.
But not with pseudo-targets. We actually decide what Jam targets to generate based on the command-line, rather than generating the world and letting jam build the ones specified. In fact BBv1 does the same in part. You'd still have to extract and interpret the toolset tag before deciding what to generate. -- Dave Abrahams Boost Consulting www.boost-consulting.com