Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2008-05-06 08:02:48


Norbert Unterberg wrote:
> How do I build boost 1.35 for windows mobile?
> I still find building boost quite hard due to lack (or distribution?)
> of documentation. Can anyone give me a hint? I need at least
> Boost.Tread for Windows Mobile.

Using your favorite IDE, build all the *.cpp files in libs/thread/src/ into
either a DLL or a static lib. Define either BOOST_THREAD_BUILD_LIB or
BOOST_THREAD_BUILD_DLL in your project settings depending on whether you're
building a dll or static lib. Voila, job done :-)

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net