summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/taoidl3toxmidefaults.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/MPC/config/taoidl3toxmidefaults.mpb')
-rw-r--r--CIAO/MPC/config/taoidl3toxmidefaults.mpb23
1 files changed, 0 insertions, 23 deletions
diff --git a/CIAO/MPC/config/taoidl3toxmidefaults.mpb b/CIAO/MPC/config/taoidl3toxmidefaults.mpb
deleted file mode 100644
index f66081f26f7..00000000000
--- a/CIAO/MPC/config/taoidl3toxmidefaults.mpb
+++ /dev/null
@@ -1,23 +0,0 @@
-// -*- MPC -*-
-project : xerces {
- // Set the idl3_to_xmi compiler and flags as template values
- specific {
- tao_idl3_to_xmi = <%quote%>$(ACE_ROOT)/bin/tao_idl3_to_xmi<%quote%>
- tao_idl3_to_xmi_dep = <%quote%>$(ACE_ROOT)/bin/tao_idl3_to_xmi<%quote%>
- }
-
- Define_Custom(IDL3TOXMI) {
- automatic = 1
- dependent = $(TAO_IDL3_TO_XMI_DEP)
- command = $(TAO_IDL3_TO_XMI)
- libpath = $(ACE_ROOT)/lib
- inputext = .idl
- generic_outputext = .xmi
- keyword idl3toxmiflags = commandflags
- }
-
- after += CIAO_IDL3_TO_XMI_EXE
- // This is necessary for MPC to pull in rules.ciao.GNU
- includes += $(CIAO_ROOT)
- idl3toxmiflags += $(TAO_IDL3_TO_XMI_FLAGS)
-}