Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 501b3dfdd89eb444db495dae96280bee3c817c2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Project properties</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>

<body>

<h1>Managed Make Project preferences, Build Macros</h1>
<p style="margin-top: 0">Customizes the build macros for all managed make projects in the workspace.</p>
<p style="margin-top: 0">
<img border="0" src="../images/mpref_macro.PNG" width="580" height="525" alt="Managed Build Macros Preference page"></p>
<p>You can add, remove and edit build macros that apply to all managed make projects in the workspace.&nbsp;
Two tables are displayed - one for user-defined build macros and one for non user-defined build macros.&nbsp;
Each table contains three columns<strong>:</strong></p>
<p><strong>Name</strong> of the build macro</p>
<p><strong>Type </strong>of value contained in the build macro (see below)</p>
<p><strong>Value </strong>of the build macro.&nbsp; </p>
<p>You can view all build macros that are not user-defined in the <strong>System 
	Macros</strong> table.</p>
<p class="MsoNormal">You can view all user-defined macros in the <strong>User 
	Macros</strong> table.  A user-defined macro overrides a non user-defined macro of the same 
	name.&nbsp; Overridden macros are displayed in bold in 
	the <strong>System Macros</strong> table.</p>
<p class="MsoNormal">For more detailed information about managed make project build macros 
settings, see the description in the <a href="cdt_u_mprop_macros.htm">Build Macros Property Pages</a>.</p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom: 0"><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"></p>
<p style="margin-top: 0; margin-bottom:0"><a href="cdt_u_mprop_env.htm">C/C++ 
Project Properties, Managed, C/C++ Build, Environment</a></p>
<p style="margin-top: 0; margin-bottom:0"><a href="cdt_u_mprop_macros.htm">C/C++ 
Project Properties, Managed, C/C++ Build, Macros</a></p>
<p style="margin-top: 0; margin-bottom:0"><a href="cdt_o_mproj_pref_env.htm">
Managed Build Project preferences, Environment</a></p>

<p><img src="../images/intl_05.gif" ALT="Intel Copyright Statement" ></p>
</body>
</html>

Back to the top