Skip to content

Commit bdcd527

Browse files
committed
Wed May 15 18:25:52 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
1 parent 84db4ec commit bdcd527

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Wed May 15 18:25:52 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
2+
3+
* templates/iar.mpd:
4+
5+
Exclude template files from the build.
6+
17
Fri May 10 16:09:37 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
28

39
* templates/iar.mpd:

templates/iar.mpd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,11 @@
11121112
<%foreach(template_files)%>
11131113
<file>
11141114
<name>$PROJ_DIR$\<%template_file%></name>
1115+
<excluded>
1116+
<%foreach(configurations)%>
1117+
<configuration><%configuration%></configuration>
1118+
<%endfor%>
1119+
</excluded>
11151120
</file>
11161121
<%endfor%>
11171122
</group>

0 commit comments

Comments
 (0)