
26 Jun
2009
26 Jun
'09
9:11 p.m.
Altaf Navalur wrote:
Hello, I have installed VS 2003, VS 2005 & VS 2008 in my PC. I have to work on all these versions. When I compile boost, it only compiles for VS 2008. How do I compile it for all the three IDE`s? The toolset option to bjam should allow you to specify the VS version.
bjam toolset=msvc-9.0 ; for VS 2008 bjam toolset=msvc-8.0 ; for VS 2005 bjam toolset=msvc-7.1 ; for VS 2003 Sebastian