Subversion Repositories gelsvn

Rev

Rev 198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 217
Line 1... Line 1...
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
2
<html>
3
<head>
3
<head>
-
 
4
  <title><%project_name%></title>
4
  <style>
5
  <style type="text/css">
5
    p {font: 9pt verdana, lucida; width:800px; color: slategray;}
6
    p {font: 9pt verdana, lucida; width:800px; color: slategray;}
6
    h1 {font: 36pt verdana, lucida; width: 800px; color: darkcyan;}
7
    h1 {font: 36pt verdana, lucida; width: 800px; color: darkcyan;}
7
    h2 {font: 16pt "trebuchet ms", helvetica; color: white; padding: 3px; background-color: teal;}
8
    h2 {font: 16pt "trebuchet ms", helvetica; color: white; padding: 3px; background-color: teal;}
8
    a {text-decoration: none; }
9
    a {text-decoration: none; }
9
    td {font: 12pt verdana, lucida; color: white; padding: 3px; background-color: cadetblue;}
10
    td {font: 12pt verdana, lucida; color: white; padding: 3px; background-color: cadetblue;}
Line 25... Line 26...
25
    }
26
    }
26
<%foreach(tree_styles)%>
27
<%foreach(tree_styles)%>
27
    <%tree_style%>
28
    <%tree_style%>
28
<%endfor%>
29
<%endfor%>
29
  </style>
30
  </style>
30
  <script>
31
  <script type="text/javascript">
31
  <!--
32
  <!--
32
  function popup(mylink, windowname) {
33
  function popup(mylink, windowname) {
33
    if (!window.focus) {
34
    if (!window.focus) {
34
      return true;
35
      return true;
35
    }
36
    }
Line 47... Line 48...
47
  }
48
  }
48
  //-->
49
  //-->
49
  </script>
50
  </script>
50
</head>
51
</head>
51
<body>
52
<body>
52
<title><%project_name%></title>
-
 
53
<h1><%project_name%></h1>
53
<h1><%project_name%></h1>
54
 
54
 
55
<%foreach(inheritance_nodes)%>
55
<%foreach(inheritance_nodes)%>
56
<%forfirst("<h2>MPC Inheritance Hierarchy</h2>")%>
56
<%forfirst("<h2>MPC Inheritance Hierarchy</h2>")%>
57
<%inheritance_node%>
57
<%inheritance_node%>
58
<%forlast("<br>")%>
58
<%forlast("<br>")%>
59
<%endfor%>
59
<%endfor%>
60
 
60
 
61
<table style="table-layout:fixed" width="800">
61
<table style="table-layout:fixed" width="800" summary="MPC Project Information">
62
<col width="200">
62
<col width="200">
63
<col width="600">
63
<col width="600">
64
<thead>
64
<thead>
65
<tr><td colspan="2">MPC Project Settings</td></tr>
65
<tr><td colspan="2">MPC Project Settings</td></tr>
66
<tr><th>Name</th><th>Value</th></tr>
66
<tr><th>Name</th><th>Value</th></tr>
67
</thead>
67
</thead>
68
<tbody>
68
<tbody>
69
<tr><td>after</td><td><%after%></td></tr>
69
<tr><td>after</td><td><%after%></td></tr>
70
<tr><td>avoids</td><td><%avoids%></td></tr>
70
<tr><td>avoids</td><td><%avoids%></td></tr>
-
 
71
<tr><td>custom_only</td><td><%custom_only%></td></tr>
71
<tr><td>dllout</td><td><%dllout%></td></tr>
72
<tr><td>dllout</td><td><%dllout%></td></tr>
72
<tr><td>dynamicflags</td><td><%dynamicflags%></td></tr>
73
<tr><td>dynamicflags</td><td><%dynamicflags%></td></tr>
73
<tr><td>exename</td><td><%exename%></td></tr>
74
<tr><td>exename</td><td><%exename%></td></tr>
74
<tr><td>includes</td><td><%includes%></td></tr>
75
<tr><td>includes</td><td><%includes%></td></tr>
75
<tr><td>install</td><td><%install%></td></tr>
76
<tr><td>install</td><td><%install%></td></tr>
Line 78... Line 79...
78
<tr><td>libs</td><td><%foreach(libs)%><%libname_prefix%><%lib%><%fornotlast(" ")%><%endfor%></td></tr>
79
<tr><td>libs</td><td><%foreach(libs)%><%libname_prefix%><%lib%><%fornotlast(" ")%><%endfor%></td></tr>
79
<tr><td>lit_libs</td><td><%lit_libs%></td></tr>
80
<tr><td>lit_libs</td><td><%lit_libs%></td></tr>
80
<tr><td>macros</td><td><%macros%></td></tr>
81
<tr><td>macros</td><td><%macros%></td></tr>
81
<tr><td>pch_header</td><td><%pch_header%></td></tr>
82
<tr><td>pch_header</td><td><%pch_header%></td></tr>
82
<tr><td>pch_source</td><td><%pch_source%></td></tr>
83
<tr><td>pch_source</td><td><%pch_source%></td></tr>
-
 
84
<tr><td>prebuild</td><td><%prebuild%></td></tr>
-
 
85
<tr><td>postbuild</td><td><%postbuild%></td></tr>
83
<tr><td>pure_libs</td><td><%pure_libs%></td></tr>
86
<tr><td>pure_libs</td><td><%pure_libs%></td></tr>
-
 
87
<tr><td>recurse</td><td><%recurse%></td></tr>
84
<tr><td>requires</td><td><%requires%></td></tr>
88
<tr><td>requires</td><td><%requires%></td></tr>
85
<tr><td>sharedname</td><td><%libname_prefix%><%sharedname%></td></tr>
89
<tr><td>sharedname</td><td><%libname_prefix%><%sharedname%></td></tr>
86
<tr><td>staticflags</td><td><%staticflags%></td></tr>
90
<tr><td>staticflags</td><td><%staticflags%></td></tr>
87
<tr><td>staticname</td><td><%libname_prefix%><%staticname%></td></tr>
91
<tr><td>staticname</td><td><%libname_prefix%><%staticname%></td></tr>
88
<tr><td>tagname *</td><td><%tagname%></td></tr>
92
<tr><td>tagname *</td><td><%tagname%></td></tr>
89
<tr><td>tagchecks *</td><td><%tagchecks%></td></tr>
93
<tr><td>tagchecks *</td><td><%tagchecks%></td></tr>
90
<tr><td>version</td><td><%version%></td></tr>
94
<tr><td>version</td><td><%version%></td></tr>
-
 
95
</tbody>
91
<thead>
96
<thead>
92
<tr><td colspan="2">MPC Project Files</td></tr>
97
<tr><td colspan="2">MPC Project Files</td></tr>
93
<tr><th>Name</th><th>Value</th></tr>
98
<tr><th>Name</th><th>Value</th></tr>
94
</thead>
99
</thead>
-
 
100
<tbody>
95
<tr><td>Source Files</td><td><%source_files%></td></tr>
101
<tr><td>Source Files</td><td><%source_files%></td></tr>
96
<tr><td>Header Files</td><td><%header_files%></td></tr>
102
<tr><td>Header Files</td><td><%header_files%></td></tr>
97
<tr><td>Inline Files</td><td><%inline_files%></td></tr>
103
<tr><td>Inline Files</td><td><%inline_files%></td></tr>
98
<tr><td>Template Files</td><td><%template_files%></td></tr>
104
<tr><td>Template Files</td><td><%template_files%></td></tr>
99
<tr><td>Resource Files</td><td><%resource_files%></td></tr>
105
<tr><td>Resource Files</td><td><%resource_files%></td></tr>
100
<tr><td>Documentation Files</td><td><%documentation_files%></td></tr>
106
<tr><td>Documentation Files</td><td><%documentation_files%></td></tr>
101
<%foreach(custom_types)%>
107
<%foreach(custom_types)%>
102
<tr><td><%ucw(custom_type)%></td><td><%custom_type->input_files%></td></tr>
108
<tr><td><%ucw(custom_type)%></td><td><%custom_type->input_files%></td></tr>
103
<%endfor%>
109
<%endfor%>
104
<%if(configurations || pch_defines || postbuild)%>
110
<%if(configurations || pch_defines)%>
-
 
111
</tbody>
105
<thead>
112
<thead>
106
<tr><td colspan="2">MPC Template Settings</td></tr>
113
<tr><td colspan="2">MPC Template Settings</td></tr>
107
<tr><th>Name</th><th>Value</th></tr>
114
<tr><th>Name</th><th>Value</th></tr>
108
</thead>
115
</thead>
-
 
116
<tbody>
109
<%comment("common to all mpt files")%>
117
<%comment("common to all mpt files")%>
110
<%if(postbuild)%>
-
 
111
<tr><td>postbuild</td><td><%postbuild%></td></tr>
-
 
112
<%endif%>
-
 
113
<%if(pch_defines)%>
118
<%if(pch_defines)%>
114
<tr><td>pch_defines</td><td><%pch_defines%></td></tr>
119
<tr><td>pch_defines</td><td><%pch_defines%></td></tr>
115
<%endif%>
120
<%endif%>
116
<%foreach(configurations)%>
121
<%foreach(configurations)%>
117
<tr><td class="sub" colspan="2">Configuration: <%configuration%></td></tr>
122
<tr><td class="sub" colspan="2">Configuration: <%configuration%></td></tr>
Line 161... Line 166...
161
<%endif%>
166
<%endif%>
162
</tbody>
167
</tbody>
163
</table>
168
</table>
164
 
169
 
165
<p>
170
<p>
166
*   This keyword is specific to the gnuace project type
171
*   This keyword is specific to the gnuace project type.
167
</p>
172
</p>
168
 
173
 
169
</body>
174
</body>
170
</html>
175
</html>