Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.18 KB

dot-ilk-files-as-linker-input.md

File metadata and controls

19 lines (14 loc) · 1.18 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: .ilk files as linker input
.ilk files as linker input
09/07/2022
.ilk files
.ilk files
7324c104-9e5d-423d-b268-b59f92607bf2

.ilk files as linker input

The linker creates and uses a .ilk database file for incremental link information.

Remarks

When linking incrementally, LINK updates the .ilk status file that it created during the first incremental link. This file has the same base name as the target EXE or DLL file, and it has the extension .ilk. During subsequent incremental links, LINK updates the .ilk file. If the .ilk file is missing, LINK performs a full link and creates a new .ilk file. If the .ilk file is unusable, LINK performs a non-incremental link. For more information about incremental linking, see the /INCREMENTAL (Link incrementally) linker option. For information about how to specify the name and location of the file, see /ILK (Name incremental database file).

See also

LINK input files
MSVC linker options