$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2006-09-19 19:04:52
Hi,
I'd like to invoke a bjam built executable in an actions. For
example, I have an exe target, xmlc,
exe xmlc : source ;
that I'd like to use in an actions but I don't know how to reference
xmlc in the actions. Also, is there some way to make an actions
depend on a target so that the executable will be built before the
actions that invokes the executable is run?
Thanks.
-- Noel Belcourt