summaryrefslogtreecommitdiff
path: root/templates/wb26wrmakefile.mpd
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-07 13:00:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-07 13:00:24 +0000
commitc0b2f0d9a89018d659cd3cdda2ad6569b0fb00d3 (patch)
tree81554fdb9dfd928e180eef86acaaca4b6915e925 /templates/wb26wrmakefile.mpd
parent2d822a9c5895800ef9a8f20d4bd4f37131608926 (diff)
downloadMPC-c0b2f0d9a89018d659cd3cdda2ad6569b0fb00d3.tar.gz
Fri Nov 7 13:00:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'templates/wb26wrmakefile.mpd')
-rw-r--r--templates/wb26wrmakefile.mpd6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/wb26wrmakefile.mpd b/templates/wb26wrmakefile.mpd
index 59c94974..1e35fb11 100644
--- a/templates/wb26wrmakefile.mpd
+++ b/templates/wb26wrmakefile.mpd
@@ -90,7 +90,11 @@ external_build ::
pre_build :: $(PRE_BUILD_STEP)
@echo "Create object list";\
rm -f filelist.txt;\
- for object in _dummy_ $(SUB_OBJECTS); do\
+<%if(exename)%>
+ for object in _dummy_ $(OBJECTS_<%exename%>); do\
+<%else%>
+ for object in _dummy_ $(OBJECTS_<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>); do\
+<%endif%>
if [ "$$object" = "_dummy_" ]; then\
continue ;\
fi;\