$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2008-01-30 13:25:02
"Gary Kratkin" <gary_at_[hidden]> skrev i meddelandet news:fnp6ai$dhr$1_at_ger.gmane.org...
> [I posted a similar message on boost.users without reply]
>
> I'm a bjam neophyte trying to generate .pdb files for the static library
> targets of a complete boost build. My idea was to pass -Fd in the relevant
> actions blocks, something like this:
Did you try something like:
bjam debug-symbols=on debug-store=database
/ Johan