/DEFAULTLIB

Syntax:

/DEFAULTLIB:libraries...

Adds one or more libraries to the list of libraries that LINK searches when resolving references. A library specified with /DEFAULTLIB is searched after libraries specified on the command line and before default libraries named in object files. To specify multiple libraries, type a comma (,) between library names.

Ignore All Default Libraries (/NODEFAULTLIB) overrides /DEFAULTLIB:library. Ignore Libraries (/NODEFAULTLIB:library) overrides /DEFAULTLIB:library when the same library name is specified in both.