Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm
index fe03a033ec5..6f6bdb78f09 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm
@@ -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>

Back to the top