core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_clean.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 0 fb279309251b
child 1507 30441fd93226
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Building Projects</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Cleaning Projects</h2>
<p>In the Project Explorer, C/C++ Projects, or Symbian Project Navigator views you can select a project, right-click and select <b>Clean Project</b> (CTRL+SHIFT+-) 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>
<p>If you select a project and select the menu option <b>Project &gt; Clean...</b> a <b>Clean</b> dialog will appear (Figure 1). You can clean all projects or select individual projects to clean. 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>
<p align="center"><img src="images/clean.png" width="443" height="285" /></p>
<p class="figure">Figure 1 - Clean Project Dialog</p>
<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>
<h5>Concepts</h5>
  <ul>
    <li><a href="../../concepts/Projects.html">Projects</a></li>
</ul>
  <h5>Tasks</h5>
  <ul>
    <li><a href="../../reference/menus/compile_source.htm">Compile Source</a></li>
    <li><a href="../CreatingNewProjects.html">Creating Projects</a></li>
    <li><a href="../../reference/menus/build_symbian_comp.htm">Build Symbian Component</a></li>
    <li><a href="../../reference/menus/clean_symbian_comp.htm">Clean Symbian Component</a></li>
    <li><a href="../../reference/menus/build_pkg_file.htm">Build Package (.pkg) File</a></li>
  </ul>
  <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>