Project directory structure
When you build your project, the IDE creates new directories in your project directory. A subdirectory is created—the name of this directory reflects the build configuration you are using, typically Debug or Release. This directory in turn contains these subdirectories:
| The default destination directory for information generated by the source browser. |
| The default destination directory for:
|
| The default destination directory for information generated by the C-STAT static analysis, created when you run an analysis. Note that the name and location of this directory can be changed on the page Project>Options>Static Analysis>C-STAT Static Analysis. |
| The default destination directory for various list files. |
| The default destination directory for the object files from the compiler and assembler. The object files have the extension |
The names and locations of these directories can be changed on the page Project>Options>General Options>Output.