$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-05-05 11:14:23
On Thursday 24 April 2008 13:00:02 Dag Henriksson wrote:
>
> > Should not the PCH end up in directory like "bin/debug" or "bin/release" and consequence used only when> building the right variant, when using Boost.Build? Is this not happening, or there's some other issue?
>
> The .pch file ends up in the same directory as the compiled SomeHeaderName.hpp file,
This is not the behaviour I see. Say, on the examples/pch project, the pch is generated to the build
directory:
gcc.compile.c++.pch bin/gcc-4.1.3/debug/include/pch.hpp.gch
Is this not happening for you?
- Volodya