mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00

All .htm files have changed for Copyright notice change. New search docs (including indexer), new screen caps.
82 lines
No EOL
2.6 KiB
HTML
82 lines
No EOL
2.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Project Menu actions</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Project Menu actions</h1>
|
|
|
|
<p><img src="../images/cdt_menu_project.png" alt="Selecting Project Menu" ></p>
|
|
|
|
|
|
<p><table border="1" cellspacing="0">
|
|
|
|
<tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr>
|
|
<tr>
|
|
<td><b>Open Project</b></td>
|
|
<td>Shows a dialog that can be used to select a closed project and open it.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Close Project</b></td>
|
|
<td>Closes the currently selected projects.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build All</b></td>
|
|
<td>Builds all projects in the workspace. This is a full build; all files are built.</td>
|
|
<td>Ctrl+B</td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build Project</b></td>
|
|
<td>Builds the currently selected project. This is a full build; all files in the project are built. </td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Clean</b></td>
|
|
<td>Invokes the make clean defined in the makefile</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build Automatically</b></td>
|
|
<td>When checked, the CDT will perform a build whenever a file in a project is saved. You should turn this feature off for very large projects.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Create Make Target</b></td>
|
|
<td>Creates a target in the <b>Make Targets</b> view. Standard Make only</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build Make Target</b></td>
|
|
<td>Builds a specific make target defined in your makefile such as <b>make clean</b> or <b>make install</b>. Standard Make only.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Properties</b></td>
|
|
<td>Displays the <b>Properties</b> dialog. From that dialog you can display the properties of resources in <b>Info</b>,
|
|
<b>External Tools Builders</b>, <b>C/C++ Build</b> (managed only) <b>File Types</b>, <b>Indexer options</b>,
|
|
<b>C/C++ Make Project</b> (standard only), <b>C/C++ Project Paths</b> (standard only),
|
|
<b>Include Paths and Symbols</b> (standard only), and <b>Project References</b>. </td>
|
|
<td> </td>
|
|
</tr>
|
|
</table></p>
|
|
|
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
|
<br><a href="../Concepts/cdtconcepts-4.htm">C/C++ compiler</a>
|
|
</p>
|
|
|
|
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
|
<br><a href="../Tasks/cdttasks-106.htm">Building a program</a>
|
|
</p>
|
|
|
|
<p>
|
|
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
|
</p>
|
|
</body>
|
|
</html> |