summaryrefslogtreecommitdiff
path: root/templates/make.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2011-10-17 18:35:32 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2011-10-17 18:35:32 +0000
commitb37b33ff699a7504fd8ee162def8dbee5a41d6a8 (patch)
tree419c9d1bd505653f2a117cd1b8d492e4226b4b7f /templates/make.mpd
parent9bb5cf6ee71e554ffd88e8b7a9aaadb974e390e4 (diff)
downloadMPC-b37b33ff699a7504fd8ee162def8dbee5a41d6a8.tar.gz
ChangeLogTag: Mon Oct 17 18:33:05 UTC 2011 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/make.mpd')
-rw-r--r--templates/make.mpd3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index 1628d2fa..40ec3f4f 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -51,6 +51,9 @@ CPU = <%cpu%>
<%if(dll_ext && pic)%>
PICFLAGS = <%pic%>
<%endif%>
+<%if(cflags)%>
+CFLAGS = <%cflags%>
+<%endif%>
CPPFLAGS = <%if(visibility && visopt)%><%visopt%> <%endif%>$(PICFLAGS) $(GENFLAGS)<%if(compile_flags)%> <%compile_flags%><%endif%><%if(profile)%> <%profopt%><%endif%><%if(coverage)%> <%covopt%><%endif%><%if(cpu)%> -DCPU=$(CPU)<%endif%><%if(tempincopt)%> <%tempincopt%>$(TEMPINCDIR)<%endif%><%if(compilerflags)%> <%compilerflags%><%endif%><%if(build64bit && compilerflags64)%> <%compilerflags64%><%endif%><%if(pch_source && pchsupport)%><%foreach(pch_defines)%> -D<%pch_define%><%endfor%><%endif%><%if(extracppflags)%><%foreach(extracppflags)%><%if(!starts_with(extracppflag, -D) || !contains(language, java))%> <%extracppflag%><%endif%><%endfor%><%endif%><%if(includes)%><%foreach(includes)%> -I"<%include%>"<%endfor%><%endif%><%if(!contains(language, java) && macros)%><%foreach(macros)%> -D<%macro%><%endfor%><%endif%>
OBJEXT = <%obj_ext%>
OUTPUT_OPTION = <%output_option(-o \"$@\")%>