0

The problem is I have two versions of Visual Studio (VS 2008 and VS 2012) installed on my PC. I want to build Boost library *.lib files for the older one. Unfortunately bjam.exe automatically compiles binaries for VS 2012. How to change the predefinition of native Visual version?

Thank you.

Igor R.
  • 14,716
  • 2
  • 49
  • 83
Madras
  • 77
  • 7

1 Answers1

1

Just add --toolset=msvc-9.0 option.

Igor R.
  • 14,716
  • 2
  • 49
  • 83