$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-01-31 10:45:46
On Monday 31 January 2005 18:33, Pedro Ferreira wrote:
> > I'll see what I can do about it. Loading of project is highly
> > dependent on
> > Jamfile parser, so I think it's the first thing I should do.
>
> Ok. Excellent! The last two tasks are all yours.
What I plan to do is:
1. Create boost.build.main function that bjam will call immediately after
starting.
2. Provide a function "bjam.export" to Python, that will take a Python
callable, and expose it to bjam as a rule of specified name.
3. Provide a function "bjam.load" to Python, that will load a specified jam
file.
So, PyBB will export a number of rules and then start calling bjam.load as
appropriate.
Anybody sees anything wrong with this?
- Volodya