Current Version of NADS-Boost is built using boost 1.54, built Aug 13. Just the dynamic (dll) versions of 32 + 64 bit 
using VS-2010 are provided in the lib and bin. Use the preprocessor define BOOST_ALL_DYN_LINK to tell boost to set
its auto-link to use the dll version, it will default to the static version of the libraries.
 

The following command line were used to build the libraries:
 
<boost-dir>\b2 --toolset=msvc-10.0 variant=release link=shared threading=multi architecture=x86 address-model=64

<boost-dir>\b2 --toolset=msvc-10.0 variant=release link=shared threading=multi architecture=x86 address-model=32

<boost-dir>\b2 --toolset=msvc-10.0 variant=debug link=shared threading=multi architecture=x86 address-model=64

<boost-dir>\b2 --toolset=msvc-10.0 variant=debug link=shared threading=multi architecture=x86 address-model=32

Note boost does not change the names of the output libraries for 32 bit and 64 bit.