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 Build node, then select the Linker node and modify the options. The options are described in C/C++ Project Properties Dialog Box: Linker.
See Also
C/C++ Project Properties Dialog Box:
      Linker (General)
Libraries Dialog Box
Setting C and C++ Compiler Options
Setting C and C++ Project Properties
Managing Project Configurations

Legal Notices