$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-10-15 05:18:06
> How shall I build regex with STLPort and Intel?
> I don't see a bjam entry for intel and stlport.
Just use your regular IDE/build tool to build all the regex sources (in
libs/regex/src) into a static lib, built with the whatever build options
your app will use.
John