carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_newproj_def_symb.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 3.2 Final//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
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
<title>Paths and symbols page, C/C++ Properties window</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
<script language="JavaScript">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
function changeSize(theImage,wd,ht) {
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
	wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
	if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
	else {wdth=wd;hght=ht;}
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
	theImage.style.width=wdth; theImage.style.height=hght;
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
}
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
</script>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
<!--INFOPOP
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
Enter include paths and symbols.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
END INFOPOP-->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
<h1>Manage defined symbols dialog box</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
<p>You can manage preprocessor symbols from the Manage defined symbols dialog box.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
<p><img src="../images/manage_defined_symbols.png" width="295" height="242" onClick="changeSize(this,295,242);" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
        alt="Manage Defined Symbols Dialog Box" title="click to toggle image size"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
<dl>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
  <dt>New</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
  <dd>Enter a new defined symbol.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
  <dt>Edit</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
  <dd>Modify selected defined symbol.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
  <dt>Remove</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
  <dd>Remove selected defined symbol.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
  <dt>Restore</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
  <dd>Restore a previously removed defined symbol.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
  <dt>Delete</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
  <dd>Delete a defined symbol.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
  <dt>Delete All</dt>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
  <dd>Delete all defined symbols.</dd>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
</dl>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
<a href="../tasks/cdt_t_proj_paths.htm">Including paths and symbols</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
<a href="cdt_o_proj_prop_pages.htm">Project properties</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14"> 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
</html>