$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Ulrich Eckhardt (gclbb-jamboost_at_[hidden])
Date: 2003-08-23 14:33:38
Hi!
(Bear with me, I'm a complete beginner)
In allyourbase.jam are these two here:
rule split-path
{
...
}
rule split-path ( path )
{
...
}
Both seem to have the same function, splitting a given path into its
components. What I wonder is are these two different things or is only one
'active' ?
thanks
Ulrich Eckhardt