Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 853 Bytes

includelib-masm.md

File metadata and controls

33 lines (28 loc) · 853 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
INCLUDELIB (MASM) | Microsoft Docs
11/04/2016
cpp-tools
article
INCLUDELIB
C++
INCLUDELIB directive
5455d004-8202-4b57-93f3-9aa66f133a2d
7
corob-msft
corob
ghogen

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