$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: peter_schoen1_web_de (Peter.Schoen1_at_[hidden])
Date: 2003-09-02 06:44:32
Hi Volodya,
> The following code works for me:
>
> local location = [ project.attribute $(__name__) location ] ;
> local l = [ path.glob $(location) : *.c ] ;
> ECHO $(l) !!! ;
Thanks!!! That did the trick.
Now I am getting a warning (only when indirectly calling the Jamfile
via dependant Jamfiles):
../util/boostTestUtils/RootTestSuiteRegistrar.cpp
../util/boostTestUtils/RootTestSuiteHolder.cpp !!!
warning: target id '../util/boostTestUtils/RootTestSuiteRegistrar.cpp'
uses deprecated syntax,
warning: which may be removed in a future version.
warning: reference is made from project at '../util/boostTestUtils'
What exactly is the "deprecated syntax"?
Very best wishes
-Peter-