$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Holle (jeff.holle_at_[hidden])
Date: 2004-02-14 21:38:18
Now I am employing pyste with the aid of the following script:
#!/bin/sh
pyste -I/usr/local/include/python2.3 -I. --out=. --multiple
--module=moduleName $*
pyste -I/usr/local/include/python2.3 -I. --out=. --multiple
--module=moduleName --generate-main $*
pyste works in --multiple mode by creating a *.cpp file for each *.pyste
file provided as input. In addition, a seperate run (the second line)
is needed where:
o --generate-main is given.
o as input it takes all *.pyste files
o as output it generates _main.cpp.
Is it possible to integrate these actions into bjam?
If so, how?