summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates/em3vcp.mpd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/templates/em3vcp.mpd')
-rw-r--r--bin/MakeProjectCreator/templates/em3vcp.mpd2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/templates/em3vcp.mpd b/bin/MakeProjectCreator/templates/em3vcp.mpd
index 206553dfefc..fea85e0a269 100644
--- a/bin/MakeProjectCreator/templates/em3vcp.mpd
+++ b/bin/MakeProjectCreator/templates/em3vcp.mpd
@@ -232,6 +232,7 @@ BuildCmds= \
# PROP Default_Filter "<%foreach(custom_type->inputexts)%><%custom_type->inputext%><%fornotlast(";")%><%endfor%>"
<%foreach(custom_type->input_files)%>
+<%if(custom_type->input_file->output_files)%>
# Begin Source File
SOURCE=.\<%custom_type->input_file%>
@@ -269,6 +270,7 @@ BuildCmds= \
!ENDIF
# End Source File
+<%endif%>
<%endfor%>
# End Group
<%endfor%>