/link (Pass Options to Linker)
Visual Studio 2012
Passes one or more linker options to the linker.
/link linkeroptions
The /link option and its linker options must appear after any file names and CL options. A space is required between /link and linkeroptions. For more information, see Setting Linker Options.
To set this compiler option in the Visual Studio development environment
-
Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.
-
Click the Linker folder.
-
Click a linker property page.
-
Modify one or more properties.
To set this compiler option programmatically
-
This compiler option cannot be changed programmatically.