Build the 3party libs with /MD option

asked 2015-04-21 03:27:29 -0600

Hi

I need to use openCV in a project that also made use of a huge infrastructure compiled with /MD option (MultiThreaded DLL), but the libs provided for jasper, jpeg, tiff... are only static ones (compiled with /MT)

How can I easily build/get lib that compiled using /MD options?

Thanks for help

Nathaniel

edit retag flag offensive close merge delete