summaryrefslogtreecommitdiff
path: root/templates/html.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-03-29 13:57:07 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-03-29 13:57:07 +0000
commit648c3bde79942117161c9a30f2ca821b6df4fb34 (patch)
tree742ca067cff6b68716aac6fe2dd9d8985546e762 /templates/html.mpd
parentafcff34a2b7b8d829f6ed31a1e03480c5a277c95 (diff)
downloadMPC-648c3bde79942117161c9a30f2ca821b6df4fb34.tar.gz
ChangeLogTag: Tue Mar 29 07:56:08 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/html.mpd')
-rw-r--r--templates/html.mpd9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/html.mpd b/templates/html.mpd
index 8822b09a..c6ca9516 100644
--- a/templates/html.mpd
+++ b/templates/html.mpd
@@ -101,12 +101,15 @@
<%foreach(custom_types)%>
<tr><td><%ucw(custom_type)%></td><td><%custom_type->input_files%></td></tr>
<%endfor%>
-<%if(configurations || pch_defines)%>
+<%if(configurations || pch_defines || postbuild)%>
<thead>
<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(postbuild)%>
+<tr><td>postbuild</td><td><%postbuild%></td></tr>
+<%endif%>
<%if(pch_defines)%>
<tr><td>pch_defines</td><td><%pch_defines%></td></tr>
<%endif%>
@@ -140,8 +143,8 @@
<%if(extracppflags)%>
<tr><td>extracppflags</td><td><%extracppflags%></td></tr>
<%endif%>
-<%if(soext)%>
-<tr><td>soext</td><td><%soext%></td></tr>
+<%if(dll_ext)%>
+<tr><td>dll_ext</td><td><%dll_ext%></td></tr>
<%endif%>
<%comment("em3 mpt files")%>
<%if(cpu_id)%>