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