summaryrefslogtreecommitdiff
path: root/templates/vc6.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-05-27 12:59:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-05-27 12:59:45 +0000
commit5a9ecdeea90080e80e54fe0289194b6e3b76fb09 (patch)
tree356f58ed3ce3c11d410617454704cac9f9575957 /templates/vc6.mpd
parente73c702306051198fe01ff5749ca003491978da8 (diff)
downloadMPC-5a9ecdeea90080e80e54fe0289194b6e3b76fb09.tar.gz
ChangeLogTag: Fri May 27 07:56:11 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc6.mpd')
-rw-r--r--templates/vc6.mpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vc6.mpd b/templates/vc6.mpd
index fe2fd68a..d5a603d0 100644
--- a/templates/vc6.mpd
+++ b/templates/vc6.mpd
@@ -296,10 +296,10 @@ 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"<%foreach(custom_type->input_file->dependencies)%> "<%custom_type->input_file->dependencie%>"<%endfor%>
+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%>.exe"<%foreach(custom_type->input_file->dependencies)%> "<%custom_type->input_file->dependencie%>"<%endfor%>
+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%>
<%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%>