NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LINK Input Files

You provide the linker with files that contain objects, import and standard libraries, resources, module definitions, and command input. LINK does not use file extensions to make assumptions about the contents of a file. Instead, LINK examines each input file to determine what kind of file it is.

Note   LINK no longer takes a semicolon (or any other character) as the start of a comment in response files and order files. Semicolons are recognized only as start of comments in module-definition files (.def).

LINK uses the following types of input files:

See Also

Setting Linker Options | Linker Options | FAQ: Building Your Program