summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-07 06:10:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-07 06:10:07 +0000
commit0f09385ff421bbfb6c1f74a041ede89b2f540907 (patch)
tree1e845e9e33201aa1df9f02f70169a200b7a6b57c /bin
parent6c66f0b3175a722151a550900b776bc889a5ebcf (diff)
downloadATCD-0f09385ff421bbfb6c1f74a041ede89b2f540907.tar.gz
ChangeLogTag: Tue Oct 07 06:04:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/templates/bor.mpd9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/templates/bor.mpd b/bin/MakeProjectCreator/templates/bor.mpd
index 032f6d3f022..e71f52afef8 100644
--- a/bin/MakeProjectCreator/templates/bor.mpd
+++ b/bin/MakeProjectCreator/templates/bor.mpd
@@ -1,7 +1,14 @@
# Makefile for building the <%if(exename)%><%exename%> exe<%endif%><%if(sharedname)%><%sharedname%> library<%endif%> with Borland C++ Builder
-<%if(idl_files)%>
+<%if(exename)%>
+NAME = <%exename%>
+<%else%>
+<%if(sharedname)%>
+NAME = <%sharedname%>
+<%endif%>
+<%endif%>
+<%if(idl_files)%>
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe
<%endif%>