Boost logo

Boost Users :

From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-08-13 11:59:36


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net