Setting C and C++ Archiver Options

See Also 

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

To set archiver 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 archiver options.
  3. Expand the Archiver node.
  4. Select a node and modify the options.
See Also
C/C++ Project Properties Dialog Box:
      Archiver (General)
Setting C and C++ Compiler Options
Setting C and C++ Project Properties
Managing Project Configurations

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.