13 Aug
2008
13 Aug
'08
3:59 p.m.
AMDG Simon Pickles wrote:
1) When using bjam to build libraries which expose C++ classes and functions to python, how can I use bjam to output the built libraries into a different folder to /bin/gcc-4.2.3/debug? You could probaly use the install rule. Could you elaborate? I am having trouble understanding bjam. Never used any jam before you see.
For example lib foo : foo.cpp ; install dist : foo ; copies foo into the directory dist. See http://www.boost.org/doc/tools/build/doc/html/bbv2/tasks/installing.html for more details. In Christ, Steven Watanabe