summaryrefslogtreecommitdiff
path: root/templates/wb26wrmakefile.mpd
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-02-01 09:38:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-02-01 09:38:24 +0000
commit71c7ed22c699b24b0c89b7bb553af83c5fadfbea (patch)
treedff1dc63cd7e135d201f19cb9e332ef8c93534de /templates/wb26wrmakefile.mpd
parent6f6be6872c29b8742f135d6f8d3364e7fd1a3752 (diff)
downloadMPC-71c7ed22c699b24b0c89b7bb553af83c5fadfbea.tar.gz
Fri Feb 1 09:37:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'templates/wb26wrmakefile.mpd')
-rw-r--r--templates/wb26wrmakefile.mpd10
1 files changed, 7 insertions, 3 deletions
diff --git a/templates/wb26wrmakefile.mpd b/templates/wb26wrmakefile.mpd
index b9a1115c..1d6dbfa4 100644
--- a/templates/wb26wrmakefile.mpd
+++ b/templates/wb26wrmakefile.mpd
@@ -50,10 +50,14 @@ post_build :: $(POST_BUILD_STEP) deploy_output
# entry point for deploying output after the build
deploy_output ::
-<%if(install)%>
- cp $(PROJECT_TARGETS) <%install%>
+<%if(exename)%>
+<%if(exeout)%>
+ cp $(PROJECT_TARGETS) <%exeout%>
<%else%>
-<%if(sharedname || staticname)%>
+ @echo ""
+<%endif%>
+<%else%>
+<%if(sharedname)%>
cp $(PROJECT_TARGETS) <%if(dllout)%><%dllout%><%else%><%libout%><%endif%>
<%else%>
@echo ""