mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Reworked TOC. Moved all build-related task topics to the "Building projects" book.
As a result, updated the tasks.xml file. Continue to recover outstanding 1.2 tech review comments.
This commit is contained in:
parent
ac91633edf
commit
5f1500c433
14 changed files with 101 additions and 36 deletions
|
@ -89,8 +89,6 @@ build. By default, this feature is disabled.</p>
|
|||
<br>
|
||||
<a href="../tasks/cdt_o_proj_prop.htm">Defining project properties</a><br>
|
||||
<a href="../tasks/cdt_o_build_task.htm">Building</a></p>
|
||||
<br>
|
||||
</p>
|
||||
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"></p>
|
||||
|
||||
</body>
|
||||
|
|
Binary file not shown.
|
@ -20,6 +20,43 @@ errors.</p>
|
|||
<th align="left" valign="bottom" width="199">To</th>
|
||||
<th align="left" width="283">See</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="278">Rename a project</td>
|
||||
<td align="left" width="239"><a href="cdt_t_proj_rename.htm">Renaming a
|
||||
project</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="278">Select referenced projects</td>
|
||||
<td align="left" width="239"><a href="cdt_t_proj_ref.htm">Selecting
|
||||
referenced projects</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="278">Configure how the CDT handles make errors,
|
||||
change the default build command and specify a make target</td>
|
||||
<td align="left" width="239"><a href="cdt_t_proj_build_set.htm">Defining build
|
||||
settings</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="278">Control which build errors are displayed</td>
|
||||
<td align="left" width="239"><a href="cdt_t_proj_error_parser.htm">Filtering
|
||||
errors</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="278">Select a binary parser</td>
|
||||
<td align="left" width="239"><a href="cdt_t_proj_parser.htm">Selecting a
|
||||
binary parser</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="278">Include paths and symbols</td>
|
||||
<td align="left" width="239"><a href="cdt_t_proj_paths.htm">Including paths
|
||||
and symbols</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="278">For Managed Make projects, select a deployment platform for managed
|
||||
make projects</td>
|
||||
<td align="left" width="239"><a href="cdt_t_proj_platf.htm">Selecting a
|
||||
deployment platform</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="199">Set build order</td>
|
||||
<td align="left" width="283"><a href="cdt_t_setbuildorder.htm">Setting a
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Running and debugging</title>
|
||||
<title>Running and debugging projects</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Running and debugging</h1>
|
||||
<h1>Running and debugging projects</h1>
|
||||
<p>This section explains how to run a C or C++ application using an
|
||||
existing run configuration and how to create a new run configuration.</p>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="540">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>Creating or editing a run/debug configuration</h1>
|
||||
<p>You can run an application by right-clicking the file and clicking Open
|
||||
<p>You can run an application by right-clicking the file and clicking Open
|
||||
With > System Editor or you can create a run configure a run environment with
|
||||
which to run your application.</p>
|
||||
<p>This section explains how to create a run or debug configuration.</p>
|
||||
|
|
|
@ -28,11 +28,6 @@ perform required tasks.</p>
|
|||
<td align="left" width="218">Create projects</td>
|
||||
<td align="left" width="299"><a href="cdt_t_proj_new.htm">Creating a project</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="218">Define project properties</td>
|
||||
<td align="left" width="299"><a href="cdt_o_proj_prop.htm">Defining project
|
||||
properties</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="218">Work with C or C++ project files</td>
|
||||
<td align="left" width="299"><a href="cdt_o_proj_files.htm">Working with
|
||||
|
|
35
doc/org.eclipse.cdt.doc.user/tasks/cdt_t_build_process.htm
Normal file
35
doc/org.eclipse.cdt.doc.user/tasks/cdt_t_build_process.htm
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Building manually</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Building a CDT project</h1>
|
||||
|
||||
<p>Provide roadmap whereby a link is provided to each build setting-related
|
||||
task.</p>
|
||||
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
<br>
|
||||
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
|
||||
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||
<br>
|
||||
<a href="cdt_t_proj_build_set.htm">Defining Build Settings</a><br>
|
||||
<a href="cdt_o_build_task.htm">Building</a></p>
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||
<br>
|
||||
<a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a></p>
|
||||
|
||||
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -22,9 +22,9 @@ view. If the file is not found, the icon appears on the project.</p>
|
|||
|
||||
<p>You can define the properties on a per project basis in the New Project
|
||||
wizard, in the C/C++ Projects view or in the Navigator view. You can also define
|
||||
project properties in the Preferences window for future make projects.</p>
|
||||
project properties in the Preferences window for future standard make projects.</p>
|
||||
|
||||
<p>To select error parsers</p>
|
||||
<p>To select error parsers:</p>
|
||||
|
||||
<ol>
|
||||
<li>Do one of the following:</li>
|
||||
|
|
|
@ -23,7 +23,7 @@ and view the contents of the .o file in the C/C++ editor.</p>
|
|||
|
||||
<p>You can define the properties on a per project basis from the New Project
|
||||
wizard, in the C/C++ Projects view or in the Navigator view. You can also define
|
||||
project properties in the Preferences window for future make projects.</p>
|
||||
project properties in the Preferences window for future standard make projects.</p>
|
||||
|
||||
<p>To select a binary parser:</p>
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ used by the builder to locate files that are not in the workspace.</p>
|
|||
|
||||
<p>You can define the properties on a per project basis in the New Project
|
||||
wizard, in the C/C++ Projects view or in the Navigator view. You can also define
|
||||
project properties in the Preferences window for future make projects.</p>
|
||||
project properties in the Preferences window for future standard make projects.</p>
|
||||
|
||||
<p>To include paths and symbols:</p>
|
||||
|
||||
|
|
|
@ -14,16 +14,18 @@
|
|||
|
||||
<h1>Selecting a deployment platform</h1>
|
||||
|
||||
<p>You need to select the platform on which you plan to deploy your program. You
|
||||
also need to select the configuration(s) for your project.</p>
|
||||
<p>For managed make projects, you need to select the platform on which you plan
|
||||
to deploy your program. You also need to select a release or debug configuration for your project.</p>
|
||||
|
||||
<p>To select a deployment platform:</p>
|
||||
|
||||
<ol>
|
||||
<li>In the C/C++ Projects view, right-click a project, and select <b>Properties</b>.<li>Select <b>C/C++
|
||||
Build </b> from the list.</li>
|
||||
<li>To create a configuration with optimization flags enabled and debug
|
||||
symbols disabled, in the Configurations list, click select the <b>Release</b> check box.</li>
|
||||
symbols disabled, in the Configurations list, select <b>Release</b>.</li>
|
||||
<li>To create a configuration with optimization flags disabled and debug
|
||||
symbols enabled, in the Configurations list, select the <b>Debug</b> check box.</li>
|
||||
symbols enabled, in the Configurations list, select <b>Debug</b>.</li>
|
||||
</ol>
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
<br>
|
||||
|
|
|
@ -26,8 +26,9 @@ The least used projects are built first.</p>
|
|||
|
||||
<ol>
|
||||
<li>In the C/C++ Projects view, right-click a project, and select <b>Properties</b>.</li>
|
||||
<li>Select <b>Project References</b> from the list.</li>
|
||||
<li>Select the project references.</li>
|
||||
<li>On the left, select <b>Project References</b> from the list.</li>
|
||||
<li>In the Project references... list, select referenced
|
||||
projects.</li>
|
||||
<li>Click <b>OK</b>.</li>
|
||||
</ol>
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
|
|
|
@ -21,14 +21,13 @@
|
|||
<ol>
|
||||
<li>In the C/C++ Projects view, right-click a project, and select <b>
|
||||
Rename</b>.</li>
|
||||
<li>Type the new name of your project.</li>
|
||||
<li>Type a new name.</li>
|
||||
<li>Press <b>Enter</b>.</li>
|
||||
</ol>
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
<br>
|
||||
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
|
||||
<a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a><br>
|
||||
</p>
|
||||
<a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a></p>
|
||||
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||
<br>
|
||||
<a href="cdt_o_proj_files.htm">Working with C/C++ project files</a></p>
|
||||
|
|
|
@ -4,21 +4,13 @@
|
|||
|
||||
<toc label="Tasks">
|
||||
<topic label="Updating the CDT" href="tasks/cdt_t_update_man.htm"/>
|
||||
<topic label="Creating a project" href="tasks/cdt_t_proj_new.htm"/>
|
||||
<topic label="Defining project properties" href="tasks/cdt_o_proj_prop.htm">
|
||||
<topic label="Renaming a project" href="tasks/cdt_t_proj_rename.htm"/>
|
||||
<topic label="Selecting referenced projects" href="tasks/cdt_t_proj_ref.htm"/>
|
||||
<topic label="Defining build settings" href="tasks/cdt_t_proj_build_set.htm"/>
|
||||
<topic label="Filtering errors" href="tasks/cdt_t_proj_error_parser.htm"/>
|
||||
<topic label="Selecting a binary parser" href="tasks/cdt_t_proj_parser.htm"/>
|
||||
<topic label="Including paths and symbols" href="tasks/cdt_t_proj_paths.htm"/>
|
||||
<topic label="Select a deployment platform" href="tasks/cdt_t_proj_platf.htm"/>
|
||||
</topic>
|
||||
<topic label="Working with C/C++ project files" href="tasks/cdt_o_proj_files.htm">
|
||||
<topic label="Displaying C/C++ file components in the C/C++ Projects view" href="tasks/cdt_t_show_proj_files.htm"/>
|
||||
<topic label="Assigning a C or C++ nature to a project" href="tasks/cdt_t_conv_proj.htm"/>
|
||||
<topic label="Creating a project" href="tasks/cdt_t_proj_new.htm"/>
|
||||
<topic label="Renaming a project" href="tasks/cdt_t_proj_rename.htm"/>
|
||||
<topic label="Creating a C/C++ file" href="tasks/cdt_t_new_cpp.htm"/>
|
||||
<topic label="Creating a makefile" href="tasks/cdt_t_new_make.htm"/>
|
||||
<topic label="Assigning a C or C++ nature to a project" href="tasks/cdt_t_conv_proj.htm"/>
|
||||
<topic label="Displaying C/C++ file components in the C/C++ Projects view" href="tasks/cdt_t_show_proj_files.htm"/>
|
||||
<topic label="Hiding files by type in the C/C++ Projects view" href="tasks/cdt_t_prvw_hide_files.htm"/>
|
||||
</topic>
|
||||
<topic label="Writing code" href="tasks/cdt_o_write_code.htm">
|
||||
|
@ -34,6 +26,11 @@
|
|||
</topic>
|
||||
</topic>
|
||||
<topic label="Building projects" href="tasks/cdt_o_build_task.htm">
|
||||
<topic label="Selecting referenced projects" href="tasks/cdt_t_proj_ref.htm"/>
|
||||
<topic label="Defining build settings" href="tasks/cdt_t_proj_build_set.htm"/>
|
||||
<topic label="Filtering errors" href="tasks/cdt_t_proj_error_parser.htm"/>
|
||||
<topic label="Including paths and symbols" href="tasks/cdt_t_proj_paths.htm"/>
|
||||
<topic label="Select a deployment platform" href="tasks/cdt_t_proj_platf.htm"/>
|
||||
<topic label="Setting a build order" href="tasks/cdt_t_setbuildorder.htm"/>
|
||||
<topic label="Manually building" href="tasks/cdt_t_manualbuild.htm"/>
|
||||
<topic label="Autosaving on a manual build" href="tasks/cdt_t_autosave.htm"/>
|
||||
|
@ -45,9 +42,10 @@
|
|||
<topic label="Setting reminders" href="tasks/cdt_t_setreminder.htm"/>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic label="Running and Debugging" href="tasks/cdt_o_run.htm">
|
||||
<topic label="Running and Debugging Projects" href="tasks/cdt_o_run.htm">
|
||||
<topic label="Selecting a run or debug configuration" href="tasks/cdt_t_run_config.htm"/>
|
||||
<topic label="Creating or editing a run/debug configuration" href="tasks/cdt_o_run_config.htm">
|
||||
<topic label="Selecting a binary parser" href="tasks/cdt_t_proj_parser.htm"/>
|
||||
<topic label="Creating a run or debug configuration" href="tasks/cdt_t_new_run_config.htm"/>
|
||||
<topic label="Selecting an application to run" href="tasks/cdt_t_run_main.htm"/>
|
||||
<topic label="Specifying execution arguments" href="tasks/cdt_t_run_arg.htm"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue