summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc')
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc b/TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc
new file mode 100644
index 00000000000..a01418fc4e5
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc
@@ -0,0 +1,38 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ avoids += ace_for_tao
+ IDL_Files {
+ go.idl
+ }
+ custom_only = 1
+}
+
+project(*Ntf Struct Supp): notifytest {
+ avoids += ace_for_tao
+ exename = Structured_Supplier
+
+ after += *idl
+ Source_Files {
+ goC.cpp
+ goS.cpp
+ Structured_Supplier.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Ntf Struct Cons): notifytest {
+ avoids += ace_for_tao
+ exename = Structured_Consumer
+
+ after += *idl
+ Source_Files {
+ goC.cpp
+ Notify_Structured_Push_Consumer.cpp
+ Structured_Consumer.cpp
+ }
+ IDL_Files {
+ }
+}