INCLUDELIB (MASM)

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at INCLUDELIB (MASM).

Informs the linker that the current module should be linked with libraryname.

Syntax

  
INCLUDELIB libraryname  

Remarks

The libraryname must be enclosed in angle brackets if it includes a backslash, semicolon, greater-than symbol, less-than symbol, single quotation mark, or double quotation mark.

See Also

Directives Reference