Isn’t there an easy way to select the source files and build them with all multithreading options (/MT, /MTd, /MD, /MDd) for MSVC v.8?
I’ve seen this command,
C:\Program Files\boost\boost_1_46_1> bjam ^
More? --build-dir="C:\Documents and Settings\dave\build-boost" ^
More? --build-type=complete msvc stage
from MSVC Command prompt, but this process takes very long on my OS, like upto 10 hours, running on 1.66 Ghz Intel Duo Core, with 512 RAM.
How can i select the librares that I want to build?
Further down on the page you quote from: