~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to doc/org.eclipse.cdt.doc.user/reference/cdt_u_create_make_target.htm

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
 
2
<html lang="en">
 
3
 
 
4
<head>
 
5
        <meta http-equiv="Content-Language" content="en-us">
 
6
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
7
        <title>Create a Make Target</title>
 
8
        <link rel="stylesheet" type="text/css" href="../help.css">
 
9
</head>
 
10
<body>
 
11
 
 
12
<h1 role="main">Create a Make Target</h1>
 
13
 
 
14
<p>Use the <strong>Create a Make Target</strong> dialog box to define build settings when creating a Make Target.</p>
 
15
 
 
16
<p><img img src="../images/create_make_target_win.png" alt="Create a Make Target Window"></p>
 
17
 
 
18
<p><table border="1" cellpadding="4" cellspacing="0" width="700px" bordercolor="#DDDDDD" >
 
19
        <caption><strong>Create a Make Target options</strong></caption>
 
20
        <colgroup>
 
21
                <col width="25%" valign="top" >
 
22
                <col width="75%" valign="top" >
 
23
        </colgroup>
 
24
        <tr>
 
25
                <th id="option">Option</th>     
 
26
                <th id="description">Description</th>
 
27
         </tr>
 
28
        <tr>
 
29
                <td valign="top" headers="option"><strong>Target Name</strong></td>
 
30
                <td valign="top" headers="description">Name of the Make Target.</td>
 
31
        </tr>
 
32
        <tr>
 
33
                <td valign="top" headers="option"><strong>Make Target</strong></td>
 
34
                <td valign="top" headers="description">The reference to the make section in your makefile.</td>
 
35
        </tr>
 
36
        <tr>
 
37
                <td valign="top" headers="option"><strong>Use default</strong></td>
 
38
                <td valign="top" headers="description">Select this checkbox to use the default make command. Clear the check box to specify a new make command.</td>
 
39
        </tr>
 
40
        <tr>
 
41
                <td valign="top" headers="option"><strong>Build command</strong></td>
 
42
                <td valign="top" headers="description">If you clear the <strong>Use default</strong> checkbox type a new make command in this field.</td>
 
43
        </tr>
 
44
        <tr>
 
45
                <td valign="top" headers="option"><strong>Stop on first build error</strong></td>
 
46
                <td valign="top" headers="description">Stops the build when an error occurs.</td>
 
47
        </tr>
 
48
        <tr>
 
49
                <td valign="top" headers="option"><strong>Run all project builders</strong></td>
 
50
                <td valign="top" headers="description">Runs additional project builders such as discovery.</td>
 
51
        </tr>
 
52
</table>
 
53
 
 
54
<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
 
55
<br>
 
56
<a href="../concepts/cdt_c_build_over.htm">Build overview</a><br>
 
57
<a href="../concepts/cdt_c_makefile.htm">Makefile</a></p>
 
58
<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
 
59
<a href="../tasks/cdt_t_new_make.htm">Creating a makefile</a><br>
 
60
<a href="../tasks/cdt_t_addmaketarget.htm">Creating a Make Target</a><br>
 
61
 
 
62
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a></p>
 
63
 
 
64
<hr >
 
65
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 
 
66
 
 
67
 
 
68
</body>
 
69
 
 
70
</html>
 
 
b'\\ No newline at end of file'