summaryrefslogtreecommitdiff
path: root/templates/vc7vb.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-10-05 13:53:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-10-05 13:53:34 +0000
commit470c92bddebd6aa4729336d3e4bb171eb3bc483b (patch)
tree11f4d0c7bf28851424e954dfcc59d3109b60f3e1 /templates/vc7vb.mpd
parent2273c130a6398b03d86de401b51bf670c72fb1a3 (diff)
downloadMPC-470c92bddebd6aa4729336d3e4bb171eb3bc483b.tar.gz
ChangeLogTag: Tue Oct 5 08:53:10 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7vb.mpd')
-rw-r--r--templates/vc7vb.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vc7vb.mpd b/templates/vc7vb.mpd
index 8a3f31c9..70d08b60 100644
--- a/templates/vc7vb.mpd
+++ b/templates/vc7vb.mpd
@@ -87,7 +87,7 @@
<File
RelPath = "<%custom_type->input_file%>"
BuildAction = "Compile"
- Generator = "<%if(custom_type->libpath)%>PATH=%PATH%;<%custom_type->libpath%>&#x0D;&#x0A;<%endif%><%custom_type->command%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> <%custom_type->input_file%><%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(custom_type->postcommand)%><%foreach(custom_type->input_file->output_files)%>&#x0D;&#x0A;<%custom_type->postcommand()%><%endfor%><%endif%>"
+ Generator = "<%if(custom_type->libpath)%>PATH=%PATH%;<%custom_type->libpath%>&#x0D;&#x0A;<%endif%><%custom_type->command%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> <%custom_type->input_file%><%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, postcommand))%><%foreach(custom_type->input_file->output_files)%>&#x0D;&#x0A;<%flag_overrides(custom_type->input_file, postcommand)%><%endfor%><%else%><%if(custom_type->postcommand)%><%foreach(custom_type->input_file->output_files)%>&#x0D;&#x0A;<%custom_type->postcommand%><%endfor%><%endif%><%endif%>"
/>
<%endif%>
<%endfor%>