| |||
| Home > Configuring the Build and Compilation Tools > Accessing the build properties for a specific file | |||
The ARM compiler and assembler can be set up differently for each source file.
If you specify different options for a single file, it overrides the options specified in the project configuration panels that apply to all source files.
This section describes how to access the configuration panel for any specific source file in your project:
Select the source file in the Project Explorer view and select Properties from the File menu.
Select C/C++ Build → Settings from the Properties dialog box.
This displays the configuration settings specific
to the selected file. The compilation tools are shown in the Tool
Settings tab. If your source file has a .s extension,
the Tool Settings tab shows the ARM Assembler
settings. If your source file has a .c or .cpp extension,
the Tool Settings tab shows the ARM Compiler
settings.