summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3/ImpliedIDL/All/all.mpc')
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/All/all.mpc28
1 files changed, 0 insertions, 28 deletions
diff --git a/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc b/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
deleted file mode 100644
index ca32b465573..00000000000
--- a/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
+++ /dev/null
@@ -1,28 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(ConvertIDL3) : taoidl3toidl2defaults, ciao_component_dnc {
- idlflags += -Sm
-
- IDL3TOIDL2_Files {
- convert.idl
- include.idl
- pass_through.idl
- }
-
- IDL_Files {
- convert_IDL2.idl
- include_IDL2.idl
- pass_through_IDL2.idl << include_IDL2.idl
- }
-
- Source_Files {
- convert_IDL2C.cpp
- convert_IDL2S.cpp
- include_IDL2C.cpp
- include_IDL2S.cpp
- pass_through_IDL2C.cpp
- pass_through_IDL2S.cpp
- }
-}
-