$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Visual Studio always calls bjam even on built projects
From: Christian Auby (christian_at_[hidden])
Date: 2009-11-24 05:37:51
When I start debugging VS says "This project is out of date" even if I
just built everything. Doesn't matter if I say yes or no, debug still
works as the exe was built previously.
Makefile project with build command:
"bjam toolset=msvc --without-python -j2"
Christian