Boost Performance on Visual Studio 2013 XP toolet

I need to create boost (1.55) with VS2013, but the usual toolbox (toolset = msvc-12.0) does not work on XP. There is another toolkit for XP (which you can change in VS itself).

Does anyone know a toolbox line that I need to use to compile boost for XP using msvc-12.0?

EDIT: I am using b2.exe

Thank you!

+4
source share
2 answers
+2

put b2.ex --toolset = msvc-12.0_xp

0

Source: https://habr.com/ru/post/1525266/


All Articles