$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] [Configure] binary files to be copied during build and where to be copied
From: Alexander Khomyak (Alexander.Khomyak_at_[hidden])
Date: 2012-10-01 09:13:09
Hi.
I build boost library binaries from source using build system. And now the system copies dll and lib-files into stage.v9\lib directory. But I need:
1. to copy pdb-files also.
2. to copy into stage.v9\lib\32 or stage.v9\lib\64 - depending on target platform.
How to configure the build system to do so?
Regards,
Alexander Khomyak