$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Johannes Brunen (JBrunen_at_[hidden])
Date: 2005-08-03 10:19:27
Hi Volodya,
your tip was nearly perfect. Only the debug lib is now named 'testd' instead
of 'testd.lib', it has lost its extension (.lib)!?
> BTW, [ glob src *.cxx ] looks suspicious. Don't you mean [ glob
> src/*.cxx ] ?
Oh no, actually I mean [ glob src *.cxx ] . I'm using it quite a long time
and it works very good. On the other hand
[ glob src/*.cxx ] does not work. This gives a lot of error messages.
Johannes