I am trying to create some additional libraries for ARM and I am a bit stuck.
What I've done:
Download boost 1_54 and extract it
Run BOOST_PATH / tools / build / v2 / bootstrap.bat
Run. \ Bjam
So I have libraries, but they are for x86
Now I do not understand how to indicate that I want to build all the libraries for architecture=arm target-os=windows
To be more specific, I want libboost_chrono-vc90-mt-s-1_54.lib and libboost_chrono-vc90-mt-sgd-1_54 (and all other libraries), as I said, for ARM, use on Windows Phone.
Any help is appreciated
source
share