I compiled Quantlib library in vs2012 under "release" and got the lib file, QuantLib-vc110-mt.lib.
My question is what's the meaning of "mt" in this file name? My guess is that it is related to "release". Is there any standard I could follow? Or if there is any introduction to the compiling flags and library debugging?
Thank you.
That's no standard, just a naming convention. If it's the same of boost stand for multi threading. see
How can I decode the boost library naming?