Linker Options (Windows CE 5.0)

Send Feedback

LINK is a 32-bit tool that links Common Object File Format (COFF) object files and libraries to create a 32-bit executable (.EXE) file or dynamic-link library (DLL).

You can specify linker options in one or more ways:

  • On the command line
  • Using command files
  • In environment variables

LINK first processes options specified in the LINK environment variable, followed by options in the order they are specified on the command line and in command files. If an option is repeated with different arguments, the last one processed takes precedence.

Options apply to the entire build; no options can be applied to specific input files.

See Also

Linker Syntax | Link Command Files | Link Environment Variables | Compiler-Controlled Link Options | Linker Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.