LINK.exe links Common Object File Format (COFF) object files and libraries(lib) to create an executable (.exe) file or a dynamic-link library (DLL).
LINK 使用以下类型的输入文件:
.obj 文件
.netmodule 文件
.lib 文件
.exp 文件
.def 文件
.pdb 文件
.res 文件
.exe 文件
.txt 文件
.ilk 文件