summaryrefslogtreecommitdiff
path: root/templates/nmake.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-07-13 16:33:56 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-07-13 16:33:56 +0000
commitd805aed65265e86650828df4a81c05518e1f5e7e (patch)
tree41114d15f77c08a7c3501a90b57f47ea0111a551 /templates/nmake.mpd
parent97f8ca67dc98835fd1b8853e8f962a553bab7a57 (diff)
downloadMPC-d805aed65265e86650828df4a81c05518e1f5e7e.tar.gz
ChangeLogTag: Thu Jul 13 16:29:33 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/nmake.mpd')
-rw-r--r--templates/nmake.mpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/nmake.mpd b/templates/nmake.mpd
index a29dab5c..2429a534 100644
--- a/templates/nmake.mpd
+++ b/templates/nmake.mpd
@@ -53,8 +53,8 @@ GENERATED_DIRTY =<%foreach(custom_types)%><%foreach(custom_type->input_files)%><
!<%fornotfirst("ELSE")%>IF "$(CFG)" == "<%platform%> <%configuration%>"
<%if(exename)%>
-OUTDIR=<%output_dir(".")%>
-INSTALLDIR=<%if(install)%><%install%><%else%><%output_dir%><%endif%>
+OUTDIR=<%if(windows_style)%><%output_dir("Debug")%><%else%><%output_dir(".")%><%endif%>
+INSTALLDIR=<%if(install)%><%install%><%if(windows_style)%>\<%output_dir%><%endif%><%else%><%output_dir%><%endif%>
<%else%>
<%if(type_is_static)%>
OUTDIR=<%libout%>