core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_clean.htm
changeset 1658 2a5c0df13bad
parent 1507 30441fd93226
child 1791 727385d8e2b3
equal deleted inserted replaced
1655:e17ab99b8f30 1658:2a5c0df13bad
     7 <title>Cleaning Projects</title>
     7 <title>Cleaning Projects</title>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     9 </head>
     9 </head>
    10 <body bgcolor="#FFFFFF">
    10 <body bgcolor="#FFFFFF">
    11 <h2>Cleaning Projects</h2>
    11 <h2>Cleaning Projects</h2>
    12 <p>In the <a href="../../reference/view_cpp_projects.htm">Project Explorer</a> or <a href="../../reference/view_sym_proj_nav.htm">Symbian Project Navigator</a> views you can select a project, right-click and select <b>Clean Project</b> (<span class="code">CTRL+SHIFT+-</span>) to remove the object and make files, and output files. The files that are removed by this command include all the intermediate files created during compilation and all the executables and import libraries created by the linker.</p>
    12 <p>In the <a href="../../reference/view_proj_explorer.htm">Project Explorer</a> or <a href="../../reference/view_sym_proj_nav.htm">Symbian Project Navigator</a> views you can select a project, right-click and select <b>Clean Project</b> (<span class="code">CTRL+SHIFT+-</span>) to remove the object and make files, and output files. The files that are removed by this command include all the intermediate files created during compilation and all the executables and import libraries created by the linker.</p>
    13 <p>If you select a project and select the menu option <b>Project &gt; Clean...</b> the <b>Clean</b> dialog  appears (Figure 1). You can clean all projects or select individual projects to clean within the workspace. This method of cleaning projects  performs the same operations as the <b>Clean Project</b> context menu option. If the <b>Start a build immediately</b> option is selected, then the selected project(s) are rebuilt after the clean operation.</p>
    13 <p>If you select a project and select the menu option <b>Project &gt; Clean...</b> the <b>Clean</b> dialog  appears (Figure 1). You can clean all projects or select individual projects to clean within the workspace. This method of cleaning projects  performs the same operations as the <b>Clean Project</b> context menu option. If the <b>Start a build immediately</b> option is selected, then the selected project(s) are rebuilt after the clean operation.</p>
    14 <p align="center"><img src="images/clean.png" width="500" height="440" /></p>
    14 <p align="center"><img src="images/clean.png" width="500" height="440" /></p>
    15 <p class="figure">Figure 1 - Clean project options</p>
    15 <p class="figure">Figure 1 - Clean project options</p>
    16 <p>By default, performing a<b> Clean Project</b> complies with the global  <b>Clean level</b> settings in the <a href="../../reference/wnd_build_prefs.htm">Build</a> preference panel and inherited by the project on creation. You can also assign project specific clean settings in the <span class="note"><a href="../../reference/build_properties/pane_project_settings.htm">Carbide Project Settings</a></span> panel in the <b>Properties for &lt;<i>project</i>&gt;</b> dialog. </p>
    16 <p>By default, performing a<b> Clean Project</b> complies with the global  <b>Clean level</b> settings in the <a href="../../reference/pref_carb_build.htm">Build</a> preference panel and inherited by the project on creation. You can also assign project specific clean settings in the <span class="note"><a href="../../reference/build_properties/prop_carb_project_settings.htm">Carbide Project Settings</a></span> panel in the <b>Properties for &lt;<i>project</i>&gt;</b> dialog. </p>
    17 <h5>Table 1. Clean dialog &mdash; options</h5>
    17 <h5>Table 1. Clean dialog &mdash; options</h5>
    18   <table width="700" border="0" cellpadding="2" cellspacing="0">
    18   <table width="700" border="0" cellpadding="2" cellspacing="0">
    19       <tr valign="top">
    19       <tr valign="top">
    20           <th width="30%" class="Cell">Name</th>
    20           <th width="30%" class="Cell">Name</th>
    21           <th width="70%" class="Cell">Function</th>
    21           <th width="70%" class="Cell">Function</th>