Boost logo

Boost-Build :

From: Sohail Somani (s.somani_at_[hidden])
Date: 2006-06-22 12:07:33


> -----Original Message-----
> From: boost-build-bounces_at_[hidden]
> [mailto:boost-build-bounces_at_[hidden]] On Behalf Of Ilya Sokolov
> > __object__ files that were inputs into the linker for
> targets a and b?
>
> as i understand, you need this:
> [snip very good suggestions]

Ok, so I lied (sorry)... Its more like this:

lib a : [ glob a/*.cpp ] ;
lib b : [ glob b/*.cpp ] ;
lib c : [ glob c/*.cpp ] b ; # c needs b

lib all : a b c ;

The globbing is throwing me off.

Sohail


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