summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/Bug_1884_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Bug_1884_Regression/Bug_1884_Regression.mpc')
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_1884_Regression/Bug_1884_Regression.mpc26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/Bug_1884_Regression.mpc b/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/Bug_1884_Regression.mpc
new file mode 100644
index 00000000000..d900bd56fd6
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/Bug_1884_Regression.mpc
@@ -0,0 +1,26 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Consumer) : orbsvcsexe, notification, notification_skel, naming {
+ exename = consumer
+ Source_Files {
+ consumer.cpp
+ }
+}
+
+
+project(*Supplier) : orbsvcsexe, notification, notification_skel, naming {
+ exename = supplier
+
+ Source_Files {
+ supplier.cpp
+ }
+}
+
+project(*Filter) : orbsvcsexe, notification, notification_skel, naming {
+ exename = filter
+
+ Source_Files {
+ filter.cpp
+ }
+}