|
Boost Users : |
Subject: Re: [Boost-users] how to link to a specific version of windows CRT
From: David Ward (davidjward30_at_[hidden])
Date: 2011-04-01 07:32:04
Hi,there, I am using boost 1.42. The default CRT linked by it is like this: name='Microsoft.VC90.CRT' version='9.0.21022.8'
Now I want to link to the another
version, say, version="9.0.30729.4148", can anybody
tell where and how to specify this option when I build the binary from source?
Thanks in advanceOrNot
--- http://msdn.microsoft.com/en-us/library/cc664727(v=vs.90).aspx You can pass the appropriate macros into bjam: define="_BIND_TO_CURRENT_VCLIBS_VERSION=1" Regards, David.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net