summaryrefslogtreecommitdiff
path: root/templates/em3.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-10-05 13:53:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-10-05 13:53:34 +0000
commit470c92bddebd6aa4729336d3e4bb171eb3bc483b (patch)
tree11f4d0c7bf28851424e954dfcc59d3109b60f3e1 /templates/em3.mpd
parent2273c130a6398b03d86de401b51bf670c72fb1a3 (diff)
downloadMPC-470c92bddebd6aa4729336d3e4bb171eb3bc483b.tar.gz
ChangeLogTag: Tue Oct 5 08:53:10 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/em3.mpd')
-rw-r--r--templates/em3.mpd8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/em3.mpd b/templates/em3.mpd
index 82aeff68..c516f17c 100644
--- a/templates/em3.mpd
+++ b/templates/em3.mpd
@@ -297,11 +297,17 @@ BuildCmds= \
PATH=%PATH%;<%custom_type->libpath%> \
<%endif%>
<%custom_type->command%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> $(InputPath)<%if(custom_type->output_option)%> <%custom_type->output_option%> <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_files)%><%else%><%custom_type->input_file->output_files%><%endif%><%endif%> \
+<%if(flag_overrides(custom_type->input_file, postcommand))%>
+<%foreach(custom_type->input_file->output_files)%>
+ <%flag_overrides(custom_type->input_file, postcommand)%> \
+<%endfor%>
+<%else%>
<%if(custom_type->postcommand)%>
<%foreach(custom_type->input_file->output_files)%>
- <%custom_type->postcommand()%> \
+ <%custom_type->postcommand%> \
<%endfor%>
<%endif%>
+<%endif%>
<%if(pch_header)%>
<%if(custom_type->pch_postrule)%>
<%foreach(custom_type->input_file->source_output_files)%>