summaryrefslogtreecommitdiff
path: root/templates/vc6.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-06-22 17:45:04 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-06-22 17:45:04 +0000
commitfee8efad907c51595a470001eccac049e46fc6ee (patch)
treed1d3cc48b3601df0d4fe0e79eca251243b2eb4ab /templates/vc6.mpd
parent1c7d0e8306b3311199ef7e9d87c85c1d11383ad8 (diff)
downloadMPC-fee8efad907c51595a470001eccac049e46fc6ee.tar.gz
ChangeLogTag: Wed Jun 22 12:43:34 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 13bb60d0..d27ee485 100644
--- a/templates/vc6.mpd
+++ b/templates/vc6.mpd
@@ -317,7 +317,7 @@ BuildCmds= \
<%if(flag_overrides(custom_type->input_file, gendir))%>
mkdir <%flag_overrides(custom_type->input_file, gendir)%> 2> nul \
<%endif%>
- <%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> $(InputPath)<%if(custom_type->output_option)%> <%custom_type->output_option%> "<%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_files)%><%else%><%custom_type->input_file->output_files%><%endif%>"<%endif%> \
+ <%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> $(InputPath)<%if(custom_type->output_option)%> <%custom_type->output_option%><%foreach(custom_type->input_file->output_files)%> "<%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_file)%><%else%><%custom_type->input_file->output_file%><%endif%>"<%endfor%><%endif%> \
<%if(flag_overrides(custom_type->input_file, postcommand))%>
<%foreach(custom_type->input_file)%>
<%flag_overrides(custom_type->input_file, postcommand)%> \