$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-01-28 11:08:13
I've just added the first version of stlport module for V2. I have
using stlport : /usr/include/stlport ;
in my ~/user-config.jam, and is able to do:
bjam stdlib=stlport
and
bjam stdlib=stlport-hostios
in examples-v2/hello. All works as expected. The second command line
uses stlport with native iostreams.
Support for debug mode is next thing --- once I figure out how to use it
by hand.
- Volodya