MDs

Tells the linker to search for unresolved references in a single-threaded, dynamic-link run-time library.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: None
Windows:  /MDs
/MDsd

Arguments

None

Default

OFF

The linker searches for unresolved references in a single-threaded, static run-time library.

Description

This option tells the linker to search for unresolved references in a single-threaded, dynamic-link (DLL) run-time library.
You can also specify /MDsd, where d  indicates a debug version.

Alternate Options

/MDs Linux: None
Windows: /libs:dll

See Also

libs compiler option