Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Doc update


Applied to Head and 2.0.1

        - Dave



Dave Williams/Ottawa/Contr/IBM@IBMCA
Sent by: cdt-patch-admin@xxxxxxxxxxx

08/06/2004 02:34 PM

Please respond to
cdt-patch

To
cdt-patch@xxxxxxxxxxx
cc
Subject
[cdt-patch] Doc update






Bug# 71443



Adding section to turn off "Build Automatically" in the "Before you Begin" section.

Dave Williams
Technical Writer
Rational Software
IBM Software Group
(613) 591-2962

Index: concepts/cdt_c_before_you_begin.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_c_before_you_begin.htm
--- concepts/cdt_c_before_you_begin.htm	20 Jul 2004 19:27:45 -0000	1.5
+++ concepts/cdt_c_before_you_begin.htm	6 Aug 2004 18:32:07 -0000
@@ -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>
Index: .cdtproject
===================================================================
RCS file: .cdtproject
diff -N .cdtproject
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cdtproject	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse-cdt version="2.0"?>
+
+<cdtproject>
+<data/>
+</cdtproject>

Back to the top