How does one build boost with custom library/DLL names? There are two reason for this
-- Our software simultaneously runs 32-bit and 64-bit versions of itself, and things are easier if the library names reflect this (e.g. inject _x64_ and _x86_ into the names).
-- If we have customized Boost in any way, we want to give it a unique name so that it cannot possibly be incorrectly loaded by other code.
Thanks,
John Lilley