From: Fei Xie (fx.developer_at_[hidden])
Date: 2007-03-24 11:50:36


Hi,

I'm using bbv2-m11 with msvc-8.0 and a couple other compilers.

For msvc, is there a way to use Jamfiles to copy .PDB files to a specified
directory when the build succeeds?

Currently, I'm using a .BAT file to copy .PDB files after building, but that
breaks when I change Jamfile settings because the bjam's .PDB (and .OBJ,
etc.) output directory path changes.

Thanks.