$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-22 09:02:37
David Abrahams wrote:
> > 2. V2 has an "obj" rule. It can be used to compile a file only once, it
> > that's really needed:
> >
> > exe first : first.cpp shared ;
> > exe second : second.cpp shared ;
> > obj shared : shared.cpp ;
> >
> > Not the most short way, but viable.
>
> IIRC you were unhappy with the idea that building explicit
> intermediate "obj" targets would be needed.
I don't remember that, really. If I had that opinion, looks like I've changed
my mind.
- Volodya