summaryrefslogtreecommitdiff
path: root/templates/nmake.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-09-26 21:05:14 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-09-26 21:05:14 +0000
commitbe37815a791034e4e3a95678cf8440cf783f9bcb (patch)
tree820882b6a5fdfd4ba49cc4da42080738712be8c6 /templates/nmake.mpd
parent672069ddd6671743c6ad81a3e6d4138173fb9b36 (diff)
downloadMPC-be37815a791034e4e3a95678cf8440cf783f9bcb.tar.gz
ChangeLogTag: Tue Sep 26 21:02:46 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/nmake.mpd')
-rw-r--r--templates/nmake.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/nmake.mpd b/templates/nmake.mpd
index d8ac8603..f87af286 100644
--- a/templates/nmake.mpd
+++ b/templates/nmake.mpd
@@ -276,7 +276,7 @@ InputPath=<%custom_type->input_file%>
<%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)%>
<%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%><%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%> "$(InputPath)"
+ <%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)%>"$(InputPath)" <%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%><%else%>"$(InputPath)"<%endif%>
<%if(flag_overrides(custom_type->input_file, postcommand))%>
<%foreach(custom_type->input_file)%>
<%flag_overrides(custom_type->input_file, postcommand)%>