Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_mbuilder.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_mbuilder.htm77
1 files changed, 0 insertions, 77 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_mbuilder.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_mbuilder.htm
deleted file mode 100644
index ba37454af0d..00000000000
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_mbuilder.htm
+++ /dev/null
@@ -1,77 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html lang="en">
-
-<head>
- <meta http-equiv="Content-Language" content="en-us">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>New Project Wizard - Standard Make, Make Builder</title>
- <link rel="stylesheet" type="text/css" href="../help.css">
-<script language="JavaScript">
-function changeSize(theImage,wd,ht) {
- wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
- if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
- else {wdth=wd;hght=ht;}
- theImage.style.width=wdth; theImage.style.height=hght;
-}
-</script>
-</head>
-<h1>New Project Wizard - Standard Make, Make Builder</h1>
-<p>You can enter build configuration settings for your project from this page of the wizard.</p>
-
-<p><img src="../images/new_proj_wz_std_makeb.png" alt="New Project Wizard, Standard Make, Make Builder"></p>
-
-
-<p> <table border="1" cellspacing="0">
- <tr>
- <th>Name</th>
- <th>Function</th>
-</tr>
-<tr>
- <td><b>Build Command</b></td>
- <td>Specifies which <b>make</b> command to use when a build is performed.</td>
-</tr>
-<tr>
- <td><b>Build Setting</b></td>
- <td>Controls whether the compiler will <b>Stop On Error</b> or to keep building.
- If you do not select <b>Stop On Error</b> this will force the compiler to attempt to build all referenced
- projects even if the current project has errors.</td>
- </tr>
- <tr>
- <td><b>Workbench Build Behavior</b></td>
- <td>You can specify the behavior of builds predefined by the C/C++ toolkit
- by linking them to specific build targets in your makefile.
- The predefined builds are <b>Auto Build</b>, <b>Incremental Build</b>,
- <b>Rebuild</b> and, <b>Clean</b></td>
-</tr>
-</table></p>
-
-<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>
-</p>
-
-<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
-<a href="../getting_started/cdt_w_basic.htm">CDT Managed Make Tutorial</a><br>
-<a href="../getting_started/cdt_w_standard.htm">CDT Standard Make Tutorial</a><br>
-</p>
-
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
-<a href="cdt_u_new_proj_wiz.htm">New Project Wizard</a><br>
-<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</a><br>
-<a href="cdt_u_new_proj_wiz_m_proj.htm">Managed Make, Referenced Projects</a><br>
-<a href="cdt_u_new_proj_wiz_m_cindexer.htm">Managed Make, C/C++ Indexer</a><br>
-<a href="cdt_u_new_proj_wiz_s_name.htm">Standard Make, Name</a><br>
-<a href="cdt_u_new_proj_wiz_s_proj.htm">Standard Make, Referenced Projects</a><br>
-<a href="cdt_u_new_proj_wiz_s_errorp.htm">Standard Make, Error Parsers</a><br>
-<a href="cdt_u_new_proj_wiz_s_binary.htm">Standard Make, Binary Parser</a><br>
-<a href="cdt_u_new_proj_wiz_s_discovery.htm">Standard Make, Discovery Options</a><br>
-<a href="cdt_u_new_proj_wiz_s_cindexer.htm">Standard Make, C/C++ Indexer</a></p>
-
-
-<p>
-<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
-</p>
-
-
-
-</body>
-</html> \ No newline at end of file

Back to the top