Share via


/DEFAULTLIB (Windows CE 5.0)

Send Feedback

Adds one library to the list of libraries that LINK searches when resolving references.

/DEFAULTLIB:library

Remarks

A library specified with /DEFAULTLIB is searched after libraries specified on the command line and before default libraries named in .obj files.

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

See Also

Linker Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.