Project Configuration Settings
|
The tabs of the Project Configuration dialog allow you to specify various project settings to be used during analysis. You can open this dialog by choosing the Project->Configure menu item.
The Project Configuration dialog contains the following tabs:
- Options tab - Specify additional information to customize the analysis, including information about the source code, how to handle errors found during parsing, and the compiler. For details, see Options Tab.
- Include Dirs tab - Specify the include paths to search. Any include files that you also want to be analyzed must also be specified in the Sources. For details, see Include Dirs Tab.
- Ignore Includes tab - Specify the include files that you do not wish to have references to. For details, see Macros Tab.
- Macros tab - Define macros to be used when analyzing the project. For details, see Macros Tab.
- File Types tab - Specify how to handle the source files and what file extensions are used when there is a mix of C and C++ sources. For details, see File Types Tab.