
12 Oct
2005
12 Oct
'05
3:25 p.m.
Rene Rivera <grafik.list@redshift-software.com> 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