diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/MakeProjectCreator/templates/bor.mpd | 9 |
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%> |