core/com.nokia.carbide.cpp.doc.user/html/reference/build_properties/pane_build_config_paths.htm
author fturovic <frank.turovich@nokia.com>
Wed, 06 Oct 2010 10:31:32 -0500
changeset 2131 ff0156b93599
parent 1791 727385d8e2b3
permissions -rw-r--r--
moved inf, mmp, remote conn, and views to project folder
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1519
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
     2
<html>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
     3
<head>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
     7
<meta name="keywords" content="Paths and Symbols, Include Paths, Symbols" >
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
     8
<title>Paths and Symbols </title>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
     9
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    10
</head>
1791
727385d8e2b3 added new customize carbide section and some relinking done for deleted duplicate page
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    11
<body >
1519
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    12
<h2>Paths and Symbols </h2>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    13
<p>  The <b>Paths and Symbols  </b> pane shows the paths and symbols used to the build the project index. This is a read-only list based on the setting of the <b>Build configuration for the indexer</b> option in the <b>C/C++ General</b> &gt; <a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_idx.htm">Indexer</a> panel. Carbide now caches the paths and symbols which persist between debug sessions. If any of the files like bld.inf, MMP, or any of their <span class="code">include</span> files change, the list is automatically recalculated and CDT notified. </p>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    14
<p>To change what appears in the list:</p>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    15
<ul>
2131
ff0156b93599 moved inf, mmp, remote conn, and views to project folder
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    16
  <li>In the <a href="../../projects/mmp/MMP_Editor.html">MMP Editor</a> - add macros, user, or system include  </li>
1658
2a5c0df13bad renamed files for consistency in naming
fturovic <frank.turovich@nokia.com>
parents: 1519
diff changeset
    17
  <li>Using the Macro File defined in the <a href="prop_carb_macro_settings.htm">Macro Settings</a> panel </li>
1519
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    18
</ul>
1658
2a5c0df13bad renamed files for consistency in naming
fturovic <frank.turovich@nokia.com>
parents: 1519
diff changeset
    19
<p>You can also specify a macro file using the <a href="prop_carb_macro_settings.htm">Macro Settings</a> page in the <b>Properties for <i>project</i></b> dialog. </p>
1519
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    20
<p align="center"><img src="../images/page_build_config_paths.png" width="558" height="456"></p>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    21
<p class="figure">Figure 1 - Paths and Symbols pane </p>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    22
<h5>Other references </h5>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    23
<ul>
1658
2a5c0df13bad renamed files for consistency in naming
fturovic <frank.turovich@nokia.com>
parents: 1519
diff changeset
    24
  <li><a href="prop_carb_build_config.htm">Build Configurations</a></li>
2a5c0df13bad renamed files for consistency in naming
fturovic <frank.turovich@nokia.com>
parents: 1519
diff changeset
    25
  <li><a href="prop_carb_build_config.htm">SIS Builder</a></li>
1519
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    26
  <li><a href="pane_build_config_sbsv2.htm">SBSv2</a></li>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    27
  <li><a href="pane_build_config_env.htm">Environment</a></li>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    28
  <li><a href="../ROM_build_settings.html">ROM Builder</a></li>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    29
</ul>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    30
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    31
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    32
ab4f029618cb added team commands image and removed AIF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1248
diff changeset
    33
</body>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    34
</html>