summaryrefslogtreecommitdiff
path: root/templates/wb26wrproject.mpd
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-23 14:36:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-23 14:36:30 +0000
commitce12e29040bf56263ff5778cb468dad9d88df59b (patch)
tree9217ad9552a21fe6525be0d0431c345bb57d9677 /templates/wb26wrproject.mpd
parent5caea625c1524a61f8faeeec30aa9cc5d000df9e (diff)
downloadMPC-ce12e29040bf56263ff5778cb468dad9d88df59b.tar.gz
Wed Apr 23 14:36:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'templates/wb26wrproject.mpd')
-rw-r--r--templates/wb26wrproject.mpd10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/wb26wrproject.mpd b/templates/wb26wrproject.mpd
index a90627c4..6249140c 100644
--- a/templates/wb26wrproject.mpd
+++ b/templates/wb26wrproject.mpd
@@ -178,11 +178,12 @@
<%if(exename)%>
<buildtargetreference name="/<%project_name%>/PartialImage"/>
<%else%>
-<%if(source_files)%>
<%foreach(source_files)%>
<file name="/<%project_name%>/<%source_file%>"/>
<%endfor%>
-<%endif%>
+<%foreach(source_dirs)%>
+ <folder name="/<%source_dir%>" recursive="false"/>
+<%endfor%>
<%endif%>
</contents>
</buildtarget>
@@ -196,11 +197,12 @@
</mapAttribute>
</attributes>
<contents>
-<%if(source_files)%>
<%foreach(source_files)%>
<file name="/<%project_name%>/<%source_file%>"/>
<%endfor%>
-<%endif%>
+<%foreach(source_dirs)%>
+ <folder name="/<%source_dir%>" recursive="false"/>
+<%endfor%>
</contents>
</buildtarget>
<%endif%>