summaryrefslogtreecommitdiff
path: root/templates/bmake.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/bmake.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/bmake.mpd')
-rw-r--r--templates/bmake.mpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bmake.mpd b/templates/bmake.mpd
index c0366c0f..e4204dbf 100644
--- a/templates/bmake.mpd
+++ b/templates/bmake.mpd
@@ -17,7 +17,7 @@ EXEMODIFIER = <%if(use_exe_modifier)%><%lib_modifier%><%endif%>
POSTLINKRM = <%postlinkrmext%>
<%endif%>
<%if(exename)%>
-EXEOUTPUTDIR = <%exeoutputdir(".")%>\\
+EXEOUTPUTDIR = <%if(install)%><%install%><%if(windows_style)%>\<%output_dir("Debug")%><%endif%><%else%><%if(windows_style)%><%output_dir("Debug")%><%else%><%output_dir(".")%><%endif%><%endif%>\\
<%endif%>
!else
<%endfor%>
@@ -174,7 +174,7 @@ CFLAGS = \
<%marker(macros)%>
<%if(exename)%>
-OUTPUTDIR = <%if(install)%><%install%>\\<%else%>$(EXEOUTPUTDIR)<%endif%>
+OUTPUTDIR = $(EXEOUTPUTDIR)
all:<%if(prebuild)%> __prebuild__<%endif%> $(OUTPUTDIR)$(NAME)$(EXE_EXT)<%if(postbuild)%> __postbuild__<%endif%>
$(OUTPUTDIR)$(NAME)$(EXE_EXT): $(OBJFILES) $(RESOURCE)