Clean a project or application
When you clean, Genero Studio removes all output files for the selected node and its children.
The output files refer to the files created when you build or rebuild an application
or project, such as the executable program files for the application node.
Note:
You can identify which files are output files by looking at definitions in the build and link rules. Both the Build tab and the Link tab provide the criteria that determines which files are created as output files for the selected node.
If you select the
menu option, all output files generated by the project will be removed.If you select the
menu option, all output files for the selected node and its children and dependencies will be removed. If the command is executed from the top menu, the default application node is the selected node; otherwise the selected node is whichever node you right-clicked to show the contextual menu.If you select the
menu option, only the output files for the selected node will be removed. Child nodes and dependencies remain untouched.Steps
-
To clean the output files for the entire project, either:
- Select from the top menu.
- Right-click on the project node and select .
- To clean the output files for the default application, select from the top menu.
- To clean the output files for any application or project node and its children and dependencies, right-click on the application or project node and select .
-
To clean the output files for a specific node or nodes:
Depending on where you issued the command, the output files are removed from disk.