Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 879 Bytes

lib-output-files.md

File metadata and controls

29 lines (27 loc) · 879 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
LIB Output Files | Microsoft Docs
11/04/2016
cpp-tools
article
Lib
C++
output files, LIB
e73d2f9b-a42d-402b-b7e3-3a94bebb317e
7
corob-msft
corob
ghogen

LIB Output Files

The output files produced by LIB depend on the mode in which it is being used, as shown in the following table.

Mode Output
Default (building or modifying a library) COFF library (.lib)
Extracting a member with /EXTRACT Object (.obj) file
Building an export file and import library with /DEF Import library (.lib) and export (.exp) file

See Also

Overview of LIB