$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2004-10-24 09:57:07
Larry Evans wrote:
> On 10/24/2004 12:54 AM, David B. Held wrote:
> [...]
> I got something like this, and resorted to just lumping all the
> $(UTF_SOURCES) sources with the main program:
>
> run smart_ptr_test.cpp $(UTF_SOURCES)
> [...]
Well, I haven't tackled BJam yet, so I'm just writing a makefile by
hand. But looking at the Test Jamfile, I see that I was missing
supplied_log_formatters.o, which I assume is somewhat new.
Dave