summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc')
-rw-r--r--TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc39
1 files changed, 39 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc b/TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc
new file mode 100644
index 00000000000..a73bce90105
--- /dev/null
+++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc
@@ -0,0 +1,39 @@
+// -*- MPC -*-
+// $Id$
+
+project(*IDL): rteventexe, rtsched, naming, iortable, messaging {
+
+ IDL_Files {
+ data.idl
+ }
+
+ custom_only = 1
+}
+
+project(ECM Supplier): rteventexe, rtsched, naming, iortable, messaging {
+ avoids += ace_for_tao
+ exename = ECM_Supplier
+ Source_Files {
+ ECM_Data.cpp
+ ECM_Supplier.cpp
+ dataS.cpp
+ dataC.cpp
+ }
+
+ after += *IDL
+ IDL_Files {
+ }
+}
+
+project(ECM Consumer): rteventexe, rtsched, naming, iortable, messaging {
+ exename = ECM_Consumer
+ Source_Files {
+ ECM_Data.cpp
+ ECM_Consumer.cpp
+ dataC.cpp
+ }
+
+ after += *IDL
+ IDL_Files {
+ }
+}