mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
50 lines
No EOL
2.1 KiB
HTML
50 lines
No EOL
2.1 KiB
HTML
<!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>Customizing the C-Build view</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>
|
|
|
|
<body>
|
|
|
|
<h1>Customizing the C-Build view</h1>
|
|
|
|
<p>The C-Build view displays the output of the make utility.</p>
|
|
<p>To set C-Build view preferences</p>
|
|
<ol>
|
|
<li>Click <b>Window > Preferences</b>.</li>
|
|
<li>Expand <b>C/C++</b>, and click <b>Build Console</b>.<br>
|
|
<img src="../images/BuildConsole.png" width="318" height="270" onClick="changeSize(this,318,270);"
|
|
alt="Screen Capture of Build Console Properties" title="click to toggle image size"></li>
|
|
<li>To display information on the latest build, select the <b>Always clear console before building</b> check box.</li>
|
|
<li>To open the C-Build view when a project is built, select the <b>Open console when building</b> check box.</li>
|
|
<li>To display the console if it is already open when a project is built,
|
|
select the <b>Bring the console to top when building (if present)</b>.</li>
|
|
<li>Click <b>OK</b>.</li>
|
|
</ol>
|
|
|
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
|
<br>
|
|
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
|
|
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
|
<br>
|
|
<a href="cdt_t_proj_build_set.htm">Defining Build Settings</a><br>
|
|
<a href="cdt_o_build_task.htm">Building</a></p>
|
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
|
|
<a href="../reference/cdt_o_views.htm">Views</a></p>
|
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
|
|
|
</body>
|
|
|
|
</html> |