summaryrefslogtreecommitdiff
path: root/templates/html.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-02-24 13:52:49 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-02-24 13:52:49 +0000
commit45f2bff490f37feff3a8c6c23751ab2612aca9e4 (patch)
tree72f7fb7c57bb19731f2f42c58e450449de1afd68 /templates/html.mpd
parentadd8db8d62770fd3b472f8bdbf5226657598367f (diff)
downloadMPC-45f2bff490f37feff3a8c6c23751ab2612aca9e4.tar.gz
ChangeLogTag: Mon Apr 5 10:43:03 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/html.mpd')
-rw-r--r--templates/html.mpd11
1 files changed, 7 insertions, 4 deletions
diff --git a/templates/html.mpd b/templates/html.mpd
index 21b62124..8822b09a 100644
--- a/templates/html.mpd
+++ b/templates/html.mpd
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style>
@@ -48,6 +49,7 @@
</script>
</head>
<body>
+<title><%project_name%></title>
<h1><%project_name%></h1>
<%foreach(inheritance_nodes)%>
@@ -78,6 +80,7 @@
<tr><td>macros</td><td><%macros%></td></tr>
<tr><td>pch_header</td><td><%pch_header%></td></tr>
<tr><td>pch_source</td><td><%pch_source%></td></tr>
+<tr><td>pure_libs</td><td><%pure_libs%></td></tr>
<tr><td>requires</td><td><%requires%></td></tr>
<tr><td>sharedname</td><td><%sharedname%></td></tr>
<tr><td>staticflags</td><td><%staticflags%></td></tr>
@@ -103,6 +106,10 @@
<tr><td colspan="2">MPC Template Settings</td></tr>
<tr><th>Name</th><th>Value</th></tr>
</thead>
+<%comment("common to all mpt files")%>
+<%if(pch_defines)%>
+<tr><td>pch_defines</td><td><%pch_defines%></td></tr>
+<%endif%>
<%foreach(configurations)%>
<tr><td class="sub" colspan="2">Configuration: <%configuration%></td></tr>
<%comment("borland, nmake, va4, em3, vc6, vc7 and vc71 mpt files")%>
@@ -148,10 +155,6 @@
<%endif%>
<%endfor%>
<%endfor%>
-<%comment("common to all mpt files")%>
-<%if(pch_defines)%>
-<tr><td>pch_defines</td><td><%pch_defines%></td></tr>
-<%endif%>
<%endif%>
</tbody>
</table>