Building boost_1_48_0 with specified version of msvc...
Hi, all: I strictly followed "Getting Started" on Boost documentation, although I'm using a Visual Studio 2008 Command Prompt, it seems it always produce all boost libraries using VC10. Is it possible to produce boost libraries built by VC9? Please help...Thank you very much. Best Regards Pei -- Pei JIA Email: jp4work@gmail.com cell: +1 604-362-5816 Welcome to Vision Open http://www.visionopen.com
On Monday, January 23, 2012 1:34 PM, JIA Pei wrote:
I strictly followed "Getting Started" on Boost documentation, although I'm using a Visual Studio 2008 Command Prompt, it seems it always produce all boost libraries using VC10. Is it possible to produce boost libraries built by VC9?
Please help...Thank you very much.
Add the following option to the bjam command line: toolset=msvc-9.0 It's not necessary to use a "visual studio command prompt", but it doesn't hurt either.
participants (2)
-
Andrew Holden
-
JIA Pei