Tells the linker to search for unresolved references in a legacy, single-threaded, static run-time library. This is a deprecated option.
Windows: Code Generation > Runtime Library
Linux: None
Mac OS X: None
IA-32, Intel® 64 architectures
Linux and Mac OS X: | None |
Windows: | /ML /MLd |
None
Systems using Microsoft Visual Studio 2003: /ML |
If Microsoft* Visual Studio* 2003 is being used, the linker searches for unresolved references in a legacy, single-threaded, static run-time library. |
Systems using Microsoft Visual Studio 2005 or later: OFF |
If Microsoft* Visual Studio* 2005 or greater is being used, or Microsoft* Visual Studio* Premier Partner Edition (VSPPE) has been installed, the linker searches for unresolved references in a multithreaded, static run-time library. |
This option tells the linker to search for unresolved references in a legacy, single-threaded, static run-time library. It is only valid with Microsoft Visual Studio 2003, and is deprecated with later versions.
You can also specify /MLd, where d indicates a debug version.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.