2003-11-28 21:50:02 +00:00
<!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 > Make Builder page, C/C++ Properties window< / title >
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
2004-05-10 14:38:08 +00:00
< script language = "JavaScript" >
2004-04-28 17:02:19 +00:00
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 >
2003-11-28 21:50:02 +00:00
< / head >
< body >
2004-04-19 14:57:01 +00:00
< h1 > Make Builder page, C/C++ Preferences window< / h1 >
2003-11-28 21:50:02 +00:00
2004-04-19 14:57:01 +00:00
< p > You can define build settings on the Make Builder page of the C/C++ Preferences window.< / p >
2004-04-28 17:02:19 +00:00
< p > < img src = "../images/new_make-builder.png" width = "366" height = "306" onClick = "changeSize(this,366,306);"
alt="Make Builder Preferences Dialog Box" title="click to toggle image size">< / p >
2003-11-28 21:50:02 +00:00
< dl >
2004-04-19 14:57:01 +00:00
< dt > Use default< / dt >
< dd > Select this checkbox to use the default make command. Clear the check box to specify a new make command.< / dd >
< dt > Build command< / dt >
< dd > If you clear the < b > Use default< / b > checkbox type a new make command in this field.< / dd >
< dt > Stop on first build error< / dt >
< dd > Stops the build when an error occurs.< / dd >
2003-11-28 21:50:02 +00:00
< dt > Build on resource save (Auto Build)< / dt >
2004-04-19 14:57:01 +00:00
< dd > Changes the target of the default build make. By default, this option stops the build when an error occurs.< br >
< b > Note:< / b > This option is only available if you enable it in the workbench preferences.< / dd >
2003-11-28 21:50:02 +00:00
< dt > Build (Incremental Build)< / dt >
2004-04-19 14:57:01 +00:00
< dd > Changes the default build make target. By default, this option builds only the components that are affected by the files which were modified in a project.< / dd >
2003-11-28 21:50:02 +00:00
< dt > Rebuild (Full Build)< / dt >
2004-04-19 14:57:01 +00:00
< dd > Changes the default build make target. By default, this option builds all files in a project, even if they have not been modified. A rebuild is a clean followed by a
2003-11-28 21:50:02 +00:00
build.< / dd >
2004-04-19 14:57:01 +00:00
< dt > Clean< / dt >
< dd > Deletes intermediate files.< / dd >
2003-11-28 21:50:02 +00:00
< / dl >
< 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 = "../tasks/cdt_t_proj_build_set.htm" > Defining build settings< / a > < / p >
< p > < img border = "0" src = "../images/ngref.gif" ALT = "Related reference" width = "143" height = "21" >
< br >
< a href = "cdt_o_proj_prop_pages.htm" > Project properties< / a > < / p >
2003-12-19 20:47:29 +00:00
< img src = "../images/ng03_04.gif" ALT = "IBM Copyright Statement" BORDER = 0 width = "324" height = "14" >
2003-11-28 21:50:02 +00:00
< / body >
< / html >