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.