Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Daoust2004-08-10 20:38:54 +0000
committerDavid Daoust2004-08-10 20:38:54 +0000
commita23d2613accb3ea7269d877b6d2a35aa231a06ce (patch)
tree15a60257b6c4589f20058ffb318c53ad35f88f97
parent791e95890539161a3db0d391601ce0bf368d86fc (diff)
downloadorg.eclipse.cdt-a23d2613accb3ea7269d877b6d2a35aa231a06ce.tar.gz
org.eclipse.cdt-a23d2613accb3ea7269d877b6d2a35aa231a06ce.tar.xz
org.eclipse.cdt-a23d2613accb3ea7269d877b6d2a35aa231a06ce.zip
Bug #70450, incorrect link in "Updating the CDT"
Bug# 71443 Adding section to turn off "Build Automatically" in the "Before you Begin" section.
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm15
-rw-r--r--doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm2
2 files changed, 14 insertions, 3 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm
index 07d793e3b94..436eb5f2f68 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm
@@ -8,6 +8,8 @@
</head>
<body>
<h1>Before you begin</h1>
+
+<h2>Utilities</h2>
<p>You must install and configure the following utilities:</p>
<ul>
<li>Build (such as <tt>make</tt>).</li>
@@ -24,10 +26,19 @@
<pre>'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file</pre>
<p>To check your path open a command prompt and type <tt>PATH</tt>. Make sure that the path to your build utility is defined (example <tt>PATH=c:\cygwin\bin</tt>).<p>
+<h2>Build Automatically</h2>
+
+<p>For C/C++ projects this feature should be turned off, otherwise builds will be performed whenever a file is saved, including makefiles and header files. </p>
+<p>Click <b>Projects</b> from the menubar and ensure there is no checkmark beside <b>Build Automatically</b> if there is one click <b>Build Automatically</b> to deselect it. </p>
+
-<p align="left"> <img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
- <br>
+<p align="left"> <img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="../concepts/cdt_o_home.htm">CDT Home</a><br>
+
+<p align="left"> <img border="0" src="../images/ngtasks.gif" ALT="Related tasks"> <br>
+ <a href="../tasks/cdt_t_manualbuild.htm">Building Manually</a><br>
+
+
</p>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm
index 63957baeb96..ef0a707e8c9 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm
@@ -67,7 +67,7 @@ function changeSize(theImage,wd,ht) {
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_over_cdt.htm">CDT Overview</a><br>
-<a href="../concepts/cdt_c_over_cdt.htm">C/C++ Development perspective</a><br>
+<a href="../concepts/cdt_c_perspectives.htm">C/C++ Development perspective</a><br>
&nbsp;</p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > </p>

Back to the top