$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2004-08-02 09:35:50
On Mon, 02 Aug 2004 09:46:38 -0400, Michael Glassford wrote
> Currently the Boost.Threads regression tests only test the
> dynamically linked version of the library. On Win32, at least, there
> are fairly significant differences between the dynamically linked
> and statically linked versions (due to thread-specific-storage
> cleanup), so it would be good to run at least some of the tests for
> both versions. How do I do this?
You have to add new entries in the Jamfile with the appropriate compile flags
and a new name. Take a look at date_time or regex -- they both do this.
Jeff