carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_mfile_rcbs.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
  <meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
  <title>C/C++ Project Properties, Managed Make File, Build</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
  <link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
<h1>C/C++ Project Properties, Managed Make File, C/C++ Build, Custom
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
Build Steps</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
Customizes the selected build configuration allowing the specification
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
of a user defined build command step
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
for the selected file. In addition to the build command, the user may
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
specify any additional input file(s)
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
dependencies, the output file(s) generated by the build step, a
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
descriptive message to be displayed in the
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
build output when the command is executed, and a rule for how the
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
custom build step should be applied with
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
respect to other tools defined in the configuration, if any. Custom
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
build steps may be specified for any
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
file type, regardless of the project nature.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
<p><img img="" src="../images/mfile_build_rcbs.png"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
 alt="Resource Properties, Managed Make, C/C++ Build, Custom Build Steps"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
<p></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
<dl>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
  <dt>Exclude from build</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
  <dd>Excludes the selected file from being built with the selected
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
build configuration.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
  <dt>Configuration:</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
  <dd>Specifies the selected build configuration from the list provided.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
  <dt>Resource Configuration settings, Custom Build Steps</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
  <dd>Defines a custom build step for the selected file.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
  <dt>Custom Build Step Applicability</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
  <dd>Disables the custom build step for the selected file, or applies
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
the custom build step, overriding any other tools defined for the
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
configuration.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
  <dt>Additional Input File Name(s)</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
  <dd>Specifies a semicolon separated list of additional input files
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
required by this build command. The selected file is included by
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
default. Paths are interpreted as relative to the project directory.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
  <dt>Output File Name(s)</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
  <dd>Specifies a semicolon separated list of output files produced by
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
this build command. Paths are interpreted as relative to the build
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
directory.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
  <dt>Command</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
  <dd>Specifies a semicolon separated list of commands that will be
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
executed to perform this build step.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
  <dt>Description</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
  <dd>Specifies an announcement string which will be echoed in the
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
build output when this build step is executed.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
  <dt>Restore Defaults</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
  <dd>Returns any changes back to the settings of the selected
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
configuration.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
  <dt>Apply</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
  <dd>Applies any changes.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
</dl>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
<p><img border="0" src="../images/ngref.gif" alt="Related reference"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
 width="143" height="21"><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
<a href="cdt_u_mfile_info.htm">C++ Project Properties, Managed Make
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
File, Info</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties,
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
Managed, C/C++ Build, Tool Settings</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
<p><img src="../images/intl_05.gif" ALT="Intel Copyright Statement" ></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
</html>