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.mpc22
1 files changed, 22 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..f57e45eed91
--- /dev/null
+++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc
@@ -0,0 +1,22 @@
+project(ECM Supplier): rteventexe {
+ depends += RTSched CosNaming IORTable Messaging
+ libs += TAO_RTSched TAO_CosNaming TAO_IORTable TAO_Messaging
+ exename = ECM_Supplier
+
+ Source_Files {
+ ECM_Data.cpp
+ ECM_Supplier.cpp
+ }
+}
+
+project(ECM Consumer): rteventexe {
+ depends += RTSched CosNaming IORTable Messaging
+ libs += TAO_RTSched TAO_CosNaming TAO_IORTable TAO_Messaging
+ exename = ECM_Consumer
+
+ Source_Files {
+ ECM_Data.cpp
+ ECM_Consumer.cpp
+ }
+}
+