 | µVision4 User's Guide |  |
|
|
| Project Menu and CommandsThe menu Project includes commands to open, save, and close project files, Export the project to a previous version of µVision, Manage project components, or set Options for the target, group, and file, or Build the project. Multiple projects are managed through the menu Project - Manage - Multi-Project Workspace. | Project Menu | Toolbar | Shortcut | Description |
|---|
| New µVision Project... | | | Creates a new project file. | | New Multi-Project Workspace... | | | Creates a new multiple project file. | | Open Project... | | | Opens an existing project or multi-project. Closes and saves the current project. | | Close Project | | | Closes and saves the current project. | | Export | | | Exports the active project, or the current multi-project, to the µVision3 format. | | Manage | | | Maintains components of projects or multi-projects. | | Select Device for Target name... | | | Opens the dialog Select Device for Target to change the target device. | | Remove object | | | Removes the file or group selected in the window Project. | | Options for object |  | Alt+F7 | Changes tool options for the target, group, or file. | | Clean target | | | Deletes the intermediate files of the project target (see Notes). | | |  | | Switches to another target. The current target is displayed in the Build Toolbar. | | Build target |  | F7 | Translates modified files and builds the application. | | Rebuild all target files |  | | Re-translate all source files and builds the application. | | Batch Build... |  | | Executes build-commands on the selected project targets of a multi-project. | | Translate file |  | Ctrl+F7 | Translates the active file. | | Stop build |  | | Stops the build process. | | 1 .. 10 | | | Lists the most recently used project files. |
Note - The menu command Clean target deletes the following files:
- In the Object Folder:
- All files with the name as specified in Options for Target - Output - Name of Executable.
- Files that have the extension *.lnp, *.htm, *.elf, *.h86, *.hex, *.orc, *.sbr, *.cod, *.plg.
- For each source file, the files with the extension *.obj, *.o, *._ii, *._ia, *.__i.
- In the Listing Folder:
- All files with the name as specified in Options for Target - Output - Name of Executable.
- Files that have the extension *.map, (for C166 *.m66, for C51 *.m51)
- For each source file, files with the extension *.lst.
|
|