$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Sheila Miguez Herndon (shekay_at_[hidden])
Date: 2004-12-28 18:54:53
I am new to bjam and wish to start using it for a big project composed
of c++, and tcl projects. The tcl projects get byte compiled with
tclcompiler and wrapped with tclapp.
If jam files for using tclcompiler and tclapp do not already exist,
please give me a starting point for learning how to create them. I've
started by skimming some jam files in boost.build/tools/.
I have a good opportunity here to plan out a sane build process, and I
would also appreciate any links to (or direct replies with)information
on traps and pitfalls, good practices, etc.