$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2005-12-17 04:42:11
I've finally had a chance to poke around msvc.jam. I found that adding
the following line solved the problem of inheriting <cxxflags>:
flags msvc.compile.pch USER_CFLAGS <cxxflags> : ;
I am not sure if this is the correct way to do it, or if it has some
other implications I am not aware of. Could someone please verify
this?
Attached is the patch file against the latest CVS version.
-- Bojan Resnik