$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2005-10-12 10:25:40
Rene Rivera <grafik.list_at_[hidden]> writes:
>> cc test1.cpp test2.cpp ... testN.cpp
>>
>> is there a clean way to do this?
>
> Yea... You just put all the sources into the bjam target. For example:
>
> run test1.cpp test2.cpp test3.cpp : : : std::locale-support : my_test :
> debug ;
That still results in 3 separate compilation commands, right? Makes
no real difference with G++, but with MSVC that's a lot slower than
just one IIUC.
-- Dave Abrahams Boost Consulting www.boost-consulting.com