$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] PDB support, pt. 1
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-07-25 05:06:06
After an embrassingly long delay, I've checked in this patch from
Alexey Pakhunov to make Boost.Build aware of .pdb files:
http://listarchives.boost.org/boost-build/2009/01/21175.php
The patch as actually checked in is at:
https://svn.boost.org/trac/boost/changeset/55154
This should enable installing of .pdb files. There's another
patch from Michael Weber to improve <debug-store>database; I'll
get to that now.
- Volodya