$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Denis N. Kononenko (denisn.kononenko_at_[hidden])
Date: 2007-03-28 10:32:30
Hello.
I'm trying to write Jamfile for our ORB, but faced with a problem. The
ORB project consist of three parts (arranged in build order): Core,
IDL Parser, Services. The Services contain IDL files that are parsed
with our IDL Parser, but I have no ideas how to invoke the parser
while building Services. Can I get a full path to a target by the
target name?
WBR,
Denis.