summaryrefslogtreecommitdiff
path: root/ACE/TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc')
-rw-r--r--ACE/TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc37
1 files changed, 37 insertions, 0 deletions
diff --git a/ACE/TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc b/ACE/TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
new file mode 100644
index 00000000000..19a43493818
--- /dev/null
+++ b/ACE/TAO/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
@@ -0,0 +1,37 @@
+// -*- MPC -*-
+// $Id$
+
+project(ConvertIDL3) : taoidl3toidl2defaults, ciao_executor {
+ avoids += mfc
+ idlflags += -Sm
+
+ IDL3TOIDL2_Files {
+ convert.idl
+ include.idl
+ keyword_clash.idl
+ pass_through.idl
+ }
+
+ IDL_Files {
+ convert_IDL2.idl
+ include.idl
+ include_IDL2.idl
+ keyword_clash_IDL2.idl
+ pass_through_IDL2.idl << keyword_clash_IDL2C.h
+ raw_include.idl
+ }
+
+ Source_Files {
+ convert_IDL2C.cpp
+ convert_IDL2S.cpp
+ include_IDL2C.cpp
+ include_IDL2S.cpp
+ keyword_clash_IDL2C.cpp
+ keyword_clash_IDL2S.cpp
+ pass_through_IDL2C.cpp << includeC.h raw_includeC.h keyword_clash_IDL2C.h
+ pass_through_IDL2S.cpp
+ raw_includeC.cpp
+ raw_includeS.cpp
+ }
+}
+