$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-09-26 04:42:20
Tino S. wrote:
> Hi Volodya,
>
> after checking the "bin\msvc\release\hello.obj.rsp"
> file i saw that the
> backslashes was removed from the path name.
>
> Input in Jamfile : <include>D:\Temp\boost_1_33_0
> Ouput in hello.obj.rsp: -I"D:Tempboost_1_33_0"
>
> Should the path substitution fixed in bjam?
Ahmm... I did not look at the path spelling at all :-(
You need double slash there, just like in C literals.
- Volodya