From: Russell Hind (rhind_at_[hidden])
Date: 2003-12-09 09:36:17


Maciej Sobczak wrote:
>
> I would like to add the version number (1.30.2) to the boost_thread.dll,
> preferably with the MSVC++-compatible resource script, but I would not
> like to hack the jam files unless it is necessary.
>
> Is there any known solution to this?
>

The thread DLL is only a few .cpp files, you could probably quite easily
create a VC++ project that will build the thread DLL and add a .rc file
with the version information in yourself. That may be the easiest solution.

HTH

Russell