summaryrefslogtreecommitdiff
path: root/templates/vc6.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-05-27 15:25:26 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-05-27 15:25:26 +0000
commit2c694c0163139302eaadfa055b962029cb5f542a (patch)
tree7c6a8b10bfa2e5d56f070ec3e829b766541918bb /templates/vc6.mpd
parent5a9ecdeea90080e80e54fe0289194b6e3b76fb09 (diff)
downloadMPC-2c694c0163139302eaadfa055b962029cb5f542a.tar.gz
ChangeLogTag: Fri May 27 10:24:25 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc6.mpd')
-rw-r--r--templates/vc6.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vc6.mpd b/templates/vc6.mpd
index d5a603d0..c7f8e378 100644
--- a/templates/vc6.mpd
+++ b/templates/vc6.mpd
@@ -299,7 +299,7 @@ SOURCE="<%custom_type->input_file%>"
USERDEP__<%basenoextension(custom_type->input_file)%>="<%flag_overrides(custom_type->input_file, dependent)%><%if(!ends_with(flag_overrides(custom_type->input_file, dependent), .pl))%>.exe<%endif%>"<%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%><%if(!ends_with(custom_type->dependent, .pl))%>.exe<%endif%>"<%foreach(custom_type->input_file->dependencies)%> "<%custom_type->input_file->dependencie%>"<%endfor%>
+USERDEP__<%basenoextension(custom_type->input_file)%>=<%foreach(custom_type->dependent)%>"<%custom_type->dependent%><%if(!ends_with(custom_type->dependent, \.p.))%>.exe<%endif%>"<%fornotlast(" ")%><%endfor%><%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%>