$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] How to build boost for ARM (to use on Windows Phone)
From: Michael Austin (mikea_at_[hidden])
Date: 2014-07-15 08:36:24
For boost::thread I have had to set BOOST_NO_ANSI_APIS manually or it won't build for me.
b2 windows-api=phone cflags=-DBOOST_NO_ANSI_APIS link=static variant=release,debug architecture=arm,x86
(this is using default toolset msvc-12.0)