.ILK Files as Linker Input

HomeOverviewFAQDetailsLinker Options

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 .EXE file 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 nonincremental link. For details about incremental linking, see the Link Incrementally (/INCREMENTAL) option.