summaryrefslogtreecommitdiff
path: root/templates/vc8csharp.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/vc8csharp.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/vc8csharp.mpd')
-rw-r--r--templates/vc8csharp.mpd11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/vc8csharp.mpd b/templates/vc8csharp.mpd
index 929e59b7..835eaf5c 100644
--- a/templates/vc8csharp.mpd
+++ b/templates/vc8csharp.mpd
@@ -92,6 +92,17 @@
<SubType><%if(flag_overrides(source_file, subtype))%><%flag_overrides(source_file, subtype)%><%else%>Code<%endif%></SubType>
</Compile>
<%endfor%>
+<%foreach(custom_types)%>
+<%foreach(custom_type->input_files)%>
+<%if(custom_type->input_file->output_files)%>
+ <Compile Include="<%custom_type->input_file%>">
+ <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%></Generator>
+ </Compile>
+<%else%>
+ <None Include="<%custom_type->input_file%>" />
+<%endif%>
+<%endfor%>
+<%endfor%>
<%foreach(ico_files)%>
<Content Include="<%ico_file%>" />
<%endfor%>