mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Minor update to include the MBS Internal Builder summary
This commit is contained in:
parent
57950488d9
commit
b2ec83348d
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<meta http-equiv="Content-Language" content="en-us">
|
||||||
|
@ -22,8 +22,8 @@ configuration.</dd>
|
||||||
<dd>Adds, removes, renames and converts configurations.</dd>
|
<dd>Adds, removes, renames and converts configurations.</dd>
|
||||||
<dt>Configuration Settings, Build Settings</dt>
|
<dt>Configuration Settings, Build Settings</dt>
|
||||||
<dd>Sets the build command, build flags, the name of the build goal,
|
<dd>Sets the build command, build flags, the name of the build goal,
|
||||||
and whether to expand build environment macros in the generated make
|
whether to expand build environment macros in the generated make
|
||||||
file.</dd>
|
file, and whether to use the Internal Builder.</dd>
|
||||||
<dt>Restore Defaults</dt>
|
<dt>Restore Defaults</dt>
|
||||||
<dd>Returns any changes back to their default setting.</dd>
|
<dd>Returns any changes back to their default setting.</dd>
|
||||||
<dt>Apply</dt>
|
<dt>Apply</dt>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@ -19,6 +19,7 @@
|
||||||
<li>Change the command line options used when invoking the build tools</li>
|
<li>Change the command line options used when invoking the build tools</li>
|
||||||
<li>Change the name of the final output of the build</li>
|
<li>Change the name of the final output of the build</li>
|
||||||
<li>Change the make command used to invoke the build</li>
|
<li>Change the make command used to invoke the build</li>
|
||||||
|
<li>Select to use the Internal Builder instead of the external builder</li>
|
||||||
<li>Add custom build steps to the build</li>
|
<li>Add custom build steps to the build</li>
|
||||||
<li>Define the error parsers to be used to filter the build error messages - See <b>Filtering errors</b>.</li>
|
<li>Define the error parsers to be used to filter the build error messages - See <b>Filtering errors</b>.</li>
|
||||||
<li>Define the binary parser used with the output of the build - See <b>Selecting a binary parser</b>.</li>
|
<li>Define the binary parser used with the output of the build - See <b>Selecting a binary parser</b>.</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue