$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-07-02 10:19:58
It is in CVS now. It is possible to run
bjam release optimization=off,on
from test/project-test3 now, with quite reasonable results.
Before experimenting, go to jam_src update to "feature_branch-update_rule"
branch and recompile. I though the change might well cause problems for boost
users, for put it on branch.
I have the following jobs high in my TODO list now:
1. Document (in user-oriented form) what we have now:
- Initialization
- Command line
- How build request is satisfied.
- features
- (in)compatible features
- target paths.
2. Finish project id
- Allow the 'make' rule to refer to targets using target-id notation (It
might even work at the moment, just I never tested)
- Allow to declare external projects.
Does this sound right? Can anybody help with it?
- Volodya