$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Pierre-Luc Neron (pierre-luc.neron_at_[hidden])
Date: 2008-02-28 15:02:26
Hi all,
We are using Boost.Build v2 to build a large project, but our project is
often not recompiling when someone modifies a .h that is part of a
precompiled header.
I included a small msvc project that can be used to reproduce the
problem.
In that project, when building only the precompiled header, modifying
TestClass.h won't trigger a rebuild of that precompiled header.
Is there any way to fix this?
Thank you,
Pierre-Luc