Setting C and C++ Linker Options

When you create a C or C++ Application or Dynamic Library project, the IDE generates a master makefile and configuration-specific makefiles that control all aspects of program linking. You can set the linker options for your project using the Project Properties dialog box. All changes are immediately registered in the appropriate makefiles.

To set linker options:

  1. Right-click the project node and choose Properties.
  2. In the Project Properties dialog box, select the project configuration for which you want to set linker options.
  3. Expand the Linker node.
  4. Select a node and modify the options.
See Also
C/C++ Project Properties Dialog Box:
      Linker (General)
      Linker (Libraries)
      Command Line
Libraries Dialog Box
Setting C and C++ Compiler Options
Setting C and C++ Project Properties
Managing Project Configurations

Legal Notices