summaryrefslogtreecommitdiff
path: root/templates/vc7vb.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-07-11 11:42:26 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-07-11 11:42:26 +0000
commit5ec10ab938937cbfdfdbba927cfa6729094c452d (patch)
tree98001c260ada3448b3aed8c3bd4cfaad9e35129c /templates/vc7vb.mpd
parent5a711f01045c3ce1b7bdb30d803e86c559618666 (diff)
downloadMPC-5ec10ab938937cbfdfdbba927cfa6729094c452d.tar.gz
ChangeLogTag: Tue Jul 11 11:42:25 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7vb.mpd')
-rw-r--r--templates/vc7vb.mpd8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/vc7vb.mpd b/templates/vc7vb.mpd
index f888781d..600b6273 100644
--- a/templates/vc7vb.mpd
+++ b/templates/vc7vb.mpd
@@ -97,13 +97,15 @@
<%endfor%>
<%foreach(custom_types)%>
<%foreach(custom_type->input_files)%>
-<%if(custom_type->input_file->output_files)%>
<File
RelPath = "<%custom_type->input_file%>"
+<%if(custom_type->input_file->output_files)%>
BuildAction = "Compile"
- Generator = "<%if(custom_type->libpath)%>PATH=%PATH%;<%custom_type->libpath%>&#x0D;&#x0A;<%endif%><%if(flag_overrides(custom_type->input_file, gendir))%>if not exist <%flag_overrides(custom_type->input_file, gendir)%> mkdir <%flag_overrides(custom_type->input_file, gendir)%>&#x0D;&#x0A;<%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%><%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%> <%custom_type->input_file%><%if(flag_overrides(custom_type->input_file, postcommand))%><%foreach(custom_type->input_file)%>&#x0D;&#x0A;<%flag_overrides(custom_type->input_file, postcommand)%><%endfor%><%else%><%if(custom_type->postcommand)%><%foreach(custom_type->input_file)%>&#x0D;&#x0A;<%custom_type->postcommand%><%endfor%><%endif%><%endif%>"
- />
+ Generator = "<%if(custom_type->libpath)%>PATH=%PATH%;<%custom_type->libpath%>&#x0D;&#x0A;<%endif%><%if(flag_overrides(custom_type->input_file, gendir))%>if not exist <%flag_overrides(custom_type->input_file, gendir)%> mkdir <%flag_overrides(custom_type->input_file, gendir)%>&#x0D;&#x0A;<%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%><%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%> <%custom_type->input_file%><%if(flag_overrides(custom_type->input_file, postcommand))%><%foreach(custom_type->input_file)%>&amp;&amp;<%flag_overrides(custom_type->input_file, postcommand)%><%endfor%><%else%><%if(custom_type->postcommand)%><%foreach(custom_type->input_file)%>&amp;&amp;<%custom_type->postcommand%><%endfor%><%endif%><%endif%>"
+<%else%>
+ BuildAction = "None"
<%endif%>
+ />
<%endfor%>
<%endfor%>
<%foreach(aspx_files)%>