Greetings.
I downloaded 1.34.1 build from Boost Consulting. It comes with prebuilt libraries for VS 2005. I like it very much as I use Boost.Thread in my projects. But this package comes without prebuild libraries for PocketPC 2003 ARM target.
How can I build them?
I read about bjam but don't see what arguments I should set.

This -
bjam --v2 "-sTOOLS=msvc" "-sBUILD=release <windows>pocketpc2003 <charset>wide <architecture>arm4" install
doesn't work.

Sorry for stupid question.