summaryrefslogtreecommitdiff
path: root/ciao_core_2/ACE/bin/MakeProjectCreator/templates/gnu.mpd
diff options
context:
space:
mode:
Diffstat (limited to 'ciao_core_2/ACE/bin/MakeProjectCreator/templates/gnu.mpd')
-rw-r--r--ciao_core_2/ACE/bin/MakeProjectCreator/templates/gnu.mpd9
1 files changed, 9 insertions, 0 deletions
diff --git a/ciao_core_2/ACE/bin/MakeProjectCreator/templates/gnu.mpd b/ciao_core_2/ACE/bin/MakeProjectCreator/templates/gnu.mpd
index 75f07eadbf5..9addec0506a 100644
--- a/ciao_core_2/ACE/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/ciao_core_2/ACE/bin/MakeProjectCreator/templates/gnu.mpd
@@ -93,6 +93,15 @@ CIDLC_DEP = <%cidlc_dep%>$(EXEEXT)
<%if(cidlc_flags)%>
CIDLC_FLAGS = <%cidlc_flags%>
<%endif%>
+<%if(xsc_bin)%>
+XSC_BIN = <%xsc_bin%>
+<%endif%>
+<%if(xsc_dep)%>
+XSC_DEP = <%xsc_dep%>$(EXEEXT)
+<%endif%>
+<%if(xsc_flags)%>
+XSC_FLAGS = <%xsc_flags%>
+<%endif%>
<%if(tao_idl3_to_idl2)%>
TAO_IDL3_TO_IDL2 = <%tao_idl3_to_idl2%>
<%endif%>