summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc')
-rw-r--r--TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc28
1 files changed, 0 insertions, 28 deletions
diff --git a/TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc b/TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
deleted file mode 100644
index e91274525a4..00000000000
--- a/TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
+++ /dev/null
@@ -1,28 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(ConvertIDL3) : taoidl3toidl2defaults, ciao_component_dnc {
- idlflags += -Sc -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
- }
-}
-