On Mon, Dec 02, 2013 at 02:57:59PM -0800, Gurucharan Shetty wrote: > According to documentation: > > The option /MD causes your application to use the multithread- and > DLL-specific version of the run-time library. Defines _MT and _DLL and > causes the compiler to place the library name MSVCRT.lib into the .obj > file. > > Applications compiled with this option are statically linked to > MSVCRT.lib. This library provides a layer of code that allows the linker > to resolve external references. The actual working code is contained in > MSVCR100.DLL, which must be available at run time to applications linked > with MSVCRT.lib. > > CC: [email protected] > Signed-off-by: Gurucharan Shetty <[email protected]>
I don't feel qualified to review this. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
