This repository contains the build script to download, build and publish Boost for Hadouken on Windows.
Boost is built with MSVC-12 (Visual Studio 2013).
The following libraries are built with link=shared and runtime-link=shared,
- chrono
- date_time
- system
- thread
PS> .\build.ps1
This will download and compile Boost in both debug and release versions for Win32.
The output (including a NuGet package) is put in the bin folder.