The Properties dialog contains the build options to be for the project. Select a project from the BoxView Projects window or the Navigator window and choose the File->Properties option to display the associated properties. The displayed Properties Dialog will contain the selected workspace project name in the title bar. The project will be re-built after any change and save; this auto-build feature is set through the Project menu's Build Automatically pull-down option. The Project Properties dialog contains 7 sections, each enabling different configuration settings for the project:
The Info tab contains project information such as disk path, last modified date and timestamp, and encoding information.
The Builders tab defines the makefile builder for the project
The C/C++ File types tab defines the file types associated with file extensions for project files
The C/C++ Indexer tab enables/disables the C/C++ indexer and its problem reporting
The Error/Binary Parsers tab sets the error and binary parsers for the project
The Project References tab defines other projects referenced by the selected projects
The DSP Build tab provides the corresponding linker, assembler and compiler for your project. When a Freescale DSP project type is chosen, the DSP Build tab will reference the Freescale DSP Linker, Freescale DSP Assembler, and the Freescale DSP C/C++ Compiler commands and options for the project.
When the 8051 SDCC project type is chosen, the DSP Build tab will refernce the 8051 SDCC Linker, 8051 SDCC Assembler, and the 8051 SDCC C compiler. Note, the source file extension will determine when the assembler or C compiler options are invoked.
Default Freescale DSP configuration settings are defined initially upon project creation for build configuration types: Executable Freescale DSP 56300, Executable Freescale DSP 56000, Static library Freescale DSP 56300, and Static library Freescale DSP 56000.
Default 8051 SDCC configuration settings are defined initially upon project creation for the build type Executable 8051 SDCC.