$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Pierre-Luc Néron (pierre-luc.neron_at_[hidden])
Date: 2008-03-05 12:08:53
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 wont trigger a rebuild of that precompiled header.
Am I missing something? Is there any way to fix this?
Thank you,
Pierre-Luc