Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-03 06:57:12


Hi,

mrzoth wrote:
> I was playing with bjam v2 and i am using several projects to build
> the final result. I noticed that the first (sub) project declared for
> each project will contain "main-target-xxx" on the build path. For
> example:
>
> project myproj ;
>
> project myproj/lib1 ;
>
> lib lib1 : ... ;
>
> project myproj/lib2 ;
>
> lib lib2 : ... ;
>
> in this situation lib1 will contain a "main-target-lib1" on the build
> path and lib2 will not...
>
> Is this the expected behaviour? (hope this isn't confusing)

I cannot say for sure, since "main-target-lib1" present should depend on parts
you've omitted. For example, if "lib1" has <library>../lib2 in requirements,
then extra path element is not surprising. Maybe, you could a complete
example?

- Volodya

 


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