$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Randy Bowen (rbowen_at_[hidden])
Date: 2004-02-18 18:33:25
> -----Original Message-----
> From: Stefan Slapeta [mailto:stefan_at_[hidden]]
> Sent: Wednesday, February 18, 2004 2:07 PM
> To: 'Boost mailing list'
> Subject: RE: [boost] Re: Re:(For me a) showstopper [was:
> boost threadstaticlibrary]
>
>
> I would be interested to learn how you achived this without
> modifying boost.
>
In a MSVC++ 7.1 environment, we simply created a static library
project and copied the Boost Thread cpp files into it. My only
caveat would be that this was done with version 1.29.0 -- I
don't know if there have been any subsequent changes that would
cause complications in such an approach.