Subject: Re: [Boost-users] building boost with a specific msvc runtime
From: Tom K. (lists_at_[hidden])
Date: 2013-03-01 11:31:59


bjam ^
    toolset=msvc-8.0 ^
    link=static ^
    cxxflags=/FI"C:/boost_1_44_0/sxs_header.h" ^
    --with-thread ^
    --with-date_time ^
    --with-system ^
    -d2

This did the trick. Thanks!