$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-07-01 14:43:08
At 10:24 PM 6/30/2003, Kirill Lapshin wrote:
>Beman Dawes wrote:
>> Problem 2 (the original problem): If bjam is invoked in a batch file
like
>
>> this:
>>
>> bjam %1 %2 %3 %4 %5 %6 %7 %8 %9
>
>Use bjam %* instead, this will solve the problem.
I guess that falls in the "your learn something new every day" category:-)
Anyhow, thanks!
--Beman