$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: hugo_duncan (hugo_duncan_at_[hidden])
Date: 2002-03-14 11:37:12
--- In jamboost_at_y..., "David Abrahams" <david.abrahams_at_r...> wrote:
> it expected that there's a single .pdb file used for all of the object files?
I believe so (within one "project"). This file is currently generated in the same directory as the object and cmd files.
> we might want a <mode>user or <mode>developer setting
I am not too bothered whether we use incremental linking or not. I would just like to be able to type:
MSVC_ROOT = <path to msvc 7>
jam -sTOOLS="msvc" > msvc7.log
jam -sTOOLS="msvc" clean
MSVC_ROOT = <path to msvc 6>
jam -sTOOLS="msvc" > msvc6.log
and have the msvc6 stuff compile with no remnants of the msvc7 build