$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Wieger Wesselink (wieger_at_[hidden])
Date: 2003-06-04 02:01:40
Hi,
when I add multiple include paths to a Jamfile, like
<include>../spirit-1.6.0 <include>../boost
it seems like these paths are being ordered alphabetically by
Boost.Build (v2). I.e. on the command line this gets expanded
into -I"..\boost" -I"..\spirit-1.6.0". That's not what I intended.
Is there a way to circumvent this?
Regards,
Wieger