summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2019-05-15 13:26:30 -0500
committerChad Elliott <elliottc@objectcomputing.com>2019-05-15 13:26:30 -0500
commitbdcd527ae2260b791a5edf2033dbafcd5811e15c (patch)
treed5ad62c6af56a45eed97f2894402bc7c2a2c4049 /templates
parent84db4ec3457cee19d96caa657a7972cda5a4ae8d (diff)
downloadMPC-bdcd527ae2260b791a5edf2033dbafcd5811e15c.tar.gz
Wed May 15 18:25:52 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/iar.mpd5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/iar.mpd b/templates/iar.mpd
index 3902f09b..09a92fa4 100644
--- a/templates/iar.mpd
+++ b/templates/iar.mpd
@@ -1112,6 +1112,11 @@
<%foreach(template_files)%>
<file>
<name>$PROJ_DIR$\<%template_file%></name>
+ <excluded>
+<%foreach(configurations)%>
+ <configuration><%configuration%></configuration>
+<%endfor%>
+ </excluded>
</file>
<%endfor%>
</group>