$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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