summaryrefslogtreecommitdiff
path: root/templates/make.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-02-23 15:10:52 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-02-23 15:10:52 +0000
commitafb01720ae2a241db984750a15415d9e40ec72df (patch)
tree218b6d5404db3012b8c1495530968fceed46344b /templates/make.mpd
parente84181f33bded6f3c9fbda127c09dc34ac38ed05 (diff)
downloadMPC-afb01720ae2a241db984750a15415d9e40ec72df.tar.gz
ChangeLogTag: Tue Feb 23 15:08:32 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/make.mpd')
-rw-r--r--templates/make.mpd1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index b6a2132d..31f03375 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -290,6 +290,7 @@ $(TEMPINCDIR):
@$(TESTDIRSTART) "<%targetoutdir%><%obj_dir%><%dirname(source_file)%>" $(TESTDIREND) $(MKDIR) "<%targetoutdir%><%obj_dir%><%dirname(source_file)%>"
<%endif%>
<%if(ends_with(source_file, \.c))%>$(COMPILE.c)<%else%>$(COMPILE.cc)<%endif%> <%if(flag_overrides(source_file, buildflags))%><%flag_overrides(source_file, buildflags)%> <%endif%><%if(pchuse && pch_source && pchsupport)%><%pchuse%><%pch_header%><%pchext%> <%if(pchstop)%><%pchstop%><%pch_header%><%endif%><%endif%>$(EXPORTFLAGS) $(OUTPUT_OPTION) <%source_file%>
+<%if(source_file->postcommand)%> <%source_file->postcommand%><%endif%>
<%endfor%>
<%if(resource_files)%>