2 May
2002
2 May
'02
9:03 p.m.
--- In Boost-Users@y..., "David Abrahams"
"bill_kempf"
wrote in message news:aamem2+94pb@e... to learn Boost.Build) You can create your own build process that doesn't use
There's not much that's unusual about building Boost.Threads. The only thing out of the ordinary is the need to create an additional DLL build for the threadmon stuff, but you shoud be able to
Boost.Build. figure
this out by looking at the Jamfile even with out having any knowledge of Jam. If you have problems with this I can provide some help.
Why would anyone go to all the trouble?
myjam -sTOOLS=msvc "-sBUILD=release <debug-symbols>on"
works fine for me. This kind of stuff is what Boost.Build is good at.
-Dave