Hello!
    I'm using boost-build system and it works very well,i like it very much. I find one question:if i  want to copy building proejct dependency files (not dependency lib,such as:config.xml) to project output directory after built,how can i do? I read <Part I. Boost.Build v2 User Manual> and http://www.boost.org/build/doc/html/index.html ,i found "Installing with all dependencies", if i want to copy other files (such as :config.xml) to output directory before building project or after built proejct(such as microsoft visual studio's build events:Pre-build event command line and Post-build event command line),i think the build events are usefull,i want to find a way to achieve the same effect.
    thank you very much.


class7class@163.com