summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-23 06:45:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-23 06:45:59 +0000
commit5a95ac6eba183ba3110fa0113d1ac9b234eaa1f9 (patch)
treeec8c2af02f3d72c7b1b722620a9807a688cb59f7 /bin
parente44c176f84d147463bd7c8142f48f2830cb89f05 (diff)
downloadATCD-5a95ac6eba183ba3110fa0113d1ac9b234eaa1f9.tar.gz
ChangeLogTag: Sun Oct 23 06:44:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/templates/bor.mpd7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/templates/bor.mpd b/bin/MakeProjectCreator/templates/bor.mpd
index 31d33b1fdfc..c0d697bbe2e 100644
--- a/bin/MakeProjectCreator/templates/bor.mpd
+++ b/bin/MakeProjectCreator/templates/bor.mpd
@@ -72,6 +72,13 @@ DLL_FLAGS = \
<%endif%>
!endif
+<%if(includes)%>
+RC_FLAGS = \
+<%foreach(includes)%>
+ -i"<%include%>"<%fornotlast(" \\")%>
+<%endfor%>
+<%endif%>
+
CFLAGS = \
<%if(pch_header)%>
<%foreach(pch_defines)%>