summaryrefslogtreecommitdiff
path: root/templates/vc6.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-05-16 11:49:54 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-05-16 11:49:54 +0000
commit25c4c1f0bc74067b57d8c9de2bf62fc7817ee083 (patch)
tree3118510032df332f29a136820e1b26b3d2c3eb1a /templates/vc6.mpd
parent6cd47520f2e92ee95d05ac36c636d44bd1c70e0e (diff)
downloadMPC-25c4c1f0bc74067b57d8c9de2bf62fc7817ee083.tar.gz
ChangeLogTag: Mon May 16 06:47:57 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc6.mpd')
-rw-r--r--templates/vc6.mpd8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/vc6.mpd b/templates/vc6.mpd
index 205b359c..08352c1c 100644
--- a/templates/vc6.mpd
+++ b/templates/vc6.mpd
@@ -296,10 +296,14 @@ SOURCE="<%custom_type->input_file%>"
!<%fornotfirst("ELSE")%>IF "$(CFG)" == "<%project_name%> - <%platform%> <%configuration%>"
<%if(flag_overrides(custom_type->input_file, dependent))%>
-USERDEP__<%basenoextension(custom_type->input_file)%>=<%flag_overrides(custom_type->input_file, dependent)%>.exe
+USERDEP__<%basenoextension(custom_type->input_file)%>="<%flag_overrides(custom_type->input_file, dependent)%>.exe"<%foreach(custom_type->input_file->dependencies)%> "<%custom_type->input_file->dependencie%>"<%endfor%>
<%else%>
<%if(custom_type->dependent)%>
-USERDEP__<%basenoextension(custom_type->input_file)%>=<%custom_type->dependent%>.exe
+USERDEP__<%basenoextension(custom_type->input_file)%>="<%custom_type->dependent%>.exe"<%foreach(custom_type->input_file->dependencies)%> "<%custom_type->input_file->dependencie%>"<%endfor%>
+<%else%>
+<%if(custom_type->input_file->dependencies)%>
+USERDEP__<%basenoextension(custom_type->input_file)%>=<%foreach(custom_type->input_file->dependencies)%>"<%custom_type->input_file->dependencie%>"<%fornotlast(" ")%><%endfor%>
+<%endif%>
<%endif%>
<%endif%>
# PROP Ignore_Default_Tool 1