1
0
Fork 0
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:
Mikhail Sennikovsky 2006-06-08 16:34:42 +00:00
parent 57950488d9
commit b2ec83348d
2 changed files with 5 additions and 4 deletions

View file

@ -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">
<head>
<meta http-equiv="Content-Language" content="en-us">
@ -22,8 +22,8 @@ configuration.</dd>
<dd>Adds, removes, renames and converts configurations.</dd>
<dt>Configuration Settings, Build Settings</dt>
<dd>Sets the build command, build flags, the name of the build goal,
and whether to expand build environment macros in the generated make
file.</dd>
whether to expand build environment macros in the generated make
file, and whether to use the Internal Builder.</dd>
<dt>Restore Defaults</dt>
<dd>Returns any changes back to their default setting.</dd>
<dt>Apply</dt>

View file

@ -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">
<head>
@ -19,6 +19,7 @@
<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 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>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>