$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Traversing scanned dependencies
From: Matthew Chambers (matthew.chambers_at_[hidden])
Date: 2009-08-28 17:32:29
I am confused by the scanning process. It seems to happen after all
generators have run. I'm trying to move the bcp functionality from bcp
to pure jam. Currently I recurse through all the sources to find all the
C/CPP dependencies but I also need access to the H/HPP dependencies. How
can I achieve that?
Thanks,
Matt