107 |
bj |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<style>
|
|
|
5 |
p {font: 9pt verdana, lucida; width:800px; color: slategray;}
|
|
|
6 |
h1 {font: 36pt verdana, lucida; width: 800px; color: darkcyan;}
|
|
|
7 |
h2 {font: 16pt "trebuchet ms", helvetica; color: white; padding: 3px; background-color: teal;}
|
|
|
8 |
a {text-decoration: none; }
|
|
|
9 |
td {font: 12pt verdana, lucida; color: white; padding: 3px; background-color: cadetblue;}
|
|
|
10 |
td.sub {font: 12pt verdana, lucida; color: white; padding: 3px; background-color: darkcyan;}
|
|
|
11 |
td.subsub {font: 12pt verdana, lucida; color: white; padding: 3px; padding-left: 12px; background-color: darkcyan;}
|
|
|
12 |
thead tr td {font: 16pt "trebuchet ms", helvetica; color: white; padding: 3px; background-color: teal;}
|
|
|
13 |
th {font: 14pt bold verdana, lucida; background-color: teal; color: white; padding: 3px;}
|
|
|
14 |
|
|
|
15 |
div {
|
|
|
16 |
font: bold 12pt verdana, lucida;
|
|
|
17 |
color: white;
|
|
|
18 |
text-overflow: ellipsis;
|
|
|
19 |
overflow: hidden;
|
|
|
20 |
border: 2px outset darkgray;
|
|
|
21 |
margin: 3px;
|
|
|
22 |
width: 3in;
|
|
|
23 |
padding: 2px;
|
|
|
24 |
padding-left: 6px;
|
|
|
25 |
}
|
|
|
26 |
<%foreach(tree_styles)%>
|
|
|
27 |
<%tree_style%>
|
|
|
28 |
<%endfor%>
|
|
|
29 |
</style>
|
|
|
30 |
<script>
|
|
|
31 |
<!--
|
|
|
32 |
function popup(mylink, windowname) {
|
|
|
33 |
if (!window.focus) {
|
|
|
34 |
return true;
|
|
|
35 |
}
|
|
|
36 |
else {
|
|
|
37 |
var href;
|
|
|
38 |
if (typeof(mylink) == 'string') {
|
|
|
39 |
href=mylink;
|
|
|
40 |
}
|
|
|
41 |
else {
|
|
|
42 |
href=mylink.href;
|
|
|
43 |
}
|
|
|
44 |
window.open(href, windowname, 'width=535,height=465,scrollbars=yes,menubar=yes,resizable=yes');
|
|
|
45 |
return false;
|
|
|
46 |
}
|
|
|
47 |
}
|
|
|
48 |
//-->
|
|
|
49 |
</script>
|
|
|
50 |
</head>
|
|
|
51 |
<body>
|
|
|
52 |
<title><%project_name%></title>
|
|
|
53 |
<h1><%project_name%></h1>
|
|
|
54 |
|
|
|
55 |
<%foreach(inheritance_nodes)%>
|
|
|
56 |
<%forfirst("<h2>MPC Inheritance Hierarchy</h2>")%>
|
|
|
57 |
<%inheritance_node%>
|
|
|
58 |
<%forlast("<br>")%>
|
|
|
59 |
<%endfor%>
|
|
|
60 |
|
|
|
61 |
<table style="table-layout:fixed" width="800">
|
|
|
62 |
<col width="200">
|
|
|
63 |
<col width="600">
|
|
|
64 |
<thead>
|
|
|
65 |
<tr><td colspan="2">MPC Project Settings</td></tr>
|
|
|
66 |
<tr><th>Name</th><th>Value</th></tr>
|
|
|
67 |
</thead>
|
|
|
68 |
<tbody>
|
|
|
69 |
<tr><td>after</td><td><%after%></td></tr>
|
|
|
70 |
<tr><td>avoids</td><td><%avoids%></td></tr>
|
|
|
71 |
<tr><td>dllout</td><td><%dllout%></td></tr>
|
|
|
72 |
<tr><td>dynamicflags</td><td><%dynamicflags%></td></tr>
|
|
|
73 |
<tr><td>exename</td><td><%exename%></td></tr>
|
|
|
74 |
<tr><td>includes</td><td><%includes%></td></tr>
|
|
|
75 |
<tr><td>install</td><td><%install%></td></tr>
|
|
|
76 |
<tr><td>libout</td><td><%libout%></td></tr>
|
|
|
77 |
<tr><td>libpaths</td><td><%libpaths%></td></tr>
|
198 |
bj |
78 |
<tr><td>libs</td><td><%foreach(libs)%><%libname_prefix%><%lib%><%fornotlast(" ")%><%endfor%></td></tr>
|
107 |
bj |
79 |
<tr><td>lit_libs</td><td><%lit_libs%></td></tr>
|
|
|
80 |
<tr><td>macros</td><td><%macros%></td></tr>
|
|
|
81 |
<tr><td>pch_header</td><td><%pch_header%></td></tr>
|
|
|
82 |
<tr><td>pch_source</td><td><%pch_source%></td></tr>
|
|
|
83 |
<tr><td>pure_libs</td><td><%pure_libs%></td></tr>
|
|
|
84 |
<tr><td>requires</td><td><%requires%></td></tr>
|
198 |
bj |
85 |
<tr><td>sharedname</td><td><%libname_prefix%><%sharedname%></td></tr>
|
107 |
bj |
86 |
<tr><td>staticflags</td><td><%staticflags%></td></tr>
|
198 |
bj |
87 |
<tr><td>staticname</td><td><%libname_prefix%><%staticname%></td></tr>
|
107 |
bj |
88 |
<tr><td>tagname *</td><td><%tagname%></td></tr>
|
|
|
89 |
<tr><td>tagchecks *</td><td><%tagchecks%></td></tr>
|
|
|
90 |
<tr><td>version</td><td><%version%></td></tr>
|
|
|
91 |
<thead>
|
|
|
92 |
<tr><td colspan="2">MPC Project Files</td></tr>
|
|
|
93 |
<tr><th>Name</th><th>Value</th></tr>
|
|
|
94 |
</thead>
|
|
|
95 |
<tr><td>Source Files</td><td><%source_files%></td></tr>
|
|
|
96 |
<tr><td>Header Files</td><td><%header_files%></td></tr>
|
|
|
97 |
<tr><td>Inline Files</td><td><%inline_files%></td></tr>
|
|
|
98 |
<tr><td>Template Files</td><td><%template_files%></td></tr>
|
|
|
99 |
<tr><td>Resource Files</td><td><%resource_files%></td></tr>
|
|
|
100 |
<tr><td>Documentation Files</td><td><%documentation_files%></td></tr>
|
|
|
101 |
<%foreach(custom_types)%>
|
|
|
102 |
<tr><td><%ucw(custom_type)%></td><td><%custom_type->input_files%></td></tr>
|
|
|
103 |
<%endfor%>
|
|
|
104 |
<%if(configurations || pch_defines || postbuild)%>
|
|
|
105 |
<thead>
|
|
|
106 |
<tr><td colspan="2">MPC Template Settings</td></tr>
|
|
|
107 |
<tr><th>Name</th><th>Value</th></tr>
|
|
|
108 |
</thead>
|
|
|
109 |
<%comment("common to all mpt files")%>
|
|
|
110 |
<%if(postbuild)%>
|
|
|
111 |
<tr><td>postbuild</td><td><%postbuild%></td></tr>
|
|
|
112 |
<%endif%>
|
|
|
113 |
<%if(pch_defines)%>
|
|
|
114 |
<tr><td>pch_defines</td><td><%pch_defines%></td></tr>
|
|
|
115 |
<%endif%>
|
|
|
116 |
<%foreach(configurations)%>
|
|
|
117 |
<tr><td class="sub" colspan="2">Configuration: <%configuration%></td></tr>
|
|
|
118 |
<%comment("borland, nmake, va4, em3, vc6, vc7 and vc71 mpt files")%>
|
|
|
119 |
<%if(defines || common_defines)%>
|
|
|
120 |
<tr><td>defines</td><td><%defines%> <%common_defines%></td></tr>
|
|
|
121 |
<%endif%>
|
|
|
122 |
<%if(compile_flags)%>
|
|
|
123 |
<tr><td>compile_flags</td><td><%compile_flags%></td></tr>
|
|
|
124 |
<%endif%>
|
|
|
125 |
<%comment("make mpt files")%>
|
|
|
126 |
<%if(cxx)%>
|
|
|
127 |
<tr><td>cxx</td><td><%cxx%></td></tr>
|
|
|
128 |
<%endif%>
|
|
|
129 |
<%if(compilerflags)%>
|
|
|
130 |
<tr><td>compilerflags</td><td><%compilerflags%></td></tr>
|
|
|
131 |
<%endif%>
|
|
|
132 |
<%if(linkflags)%>
|
|
|
133 |
<tr><td>linkflags</td><td><%linkflags%></td></tr>
|
|
|
134 |
<%endif%>
|
|
|
135 |
<%foreach(platforms)%>
|
|
|
136 |
<tr><td class="subsub" colspan="2">Platform: <%platform%></td></tr>
|
|
|
137 |
<%if(shflags)%>
|
|
|
138 |
<tr><td>shflags</td><td><%shflags%></td></tr>
|
|
|
139 |
<%endif%>
|
|
|
140 |
<%if(ldlibs)%>
|
|
|
141 |
<tr><td>ldlibs</td><td><%ldlibs%></td></tr>
|
|
|
142 |
<%endif%>
|
|
|
143 |
<%if(extracppflags)%>
|
|
|
144 |
<tr><td>extracppflags</td><td><%extracppflags%></td></tr>
|
|
|
145 |
<%endif%>
|
|
|
146 |
<%if(dll_ext)%>
|
|
|
147 |
<tr><td>dll_ext</td><td><%dll_ext%></td></tr>
|
|
|
148 |
<%endif%>
|
|
|
149 |
<%comment("em3 mpt files")%>
|
|
|
150 |
<%if(cpu_id)%>
|
|
|
151 |
<tr><td>cpu_id</td><td><%cpu_id%></td></tr>
|
|
|
152 |
<%endif%>
|
|
|
153 |
<%if(platform_id)%>
|
|
|
154 |
<tr><td>platform_id</td><td><%platform_id%></td></tr>
|
|
|
155 |
<%endif%>
|
|
|
156 |
<%if(cpu_defines)%>
|
|
|
157 |
<tr><td>cpu_defines</td><td><%cpu_defines%></td></tr>
|
|
|
158 |
<%endif%>
|
|
|
159 |
<%endfor%>
|
|
|
160 |
<%endfor%>
|
|
|
161 |
<%endif%>
|
|
|
162 |
</tbody>
|
|
|
163 |
</table>
|
|
|
164 |
|
|
|
165 |
<p>
|
|
|
166 |
* This keyword is specific to the gnuace project type
|
|
|
167 |
</p>
|
|
|
168 |
|
|
|
169 |
</body>
|
|
|
170 |
</html>
|