summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Event/Log_Event.mpc')
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Log_Event.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc b/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc
new file mode 100644
index 00000000000..fb4ebd95b7e
--- /dev/null
+++ b/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc
@@ -0,0 +1,16 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Consumer) : orbsvcsexe, event, dseventlogadmin {
+ exename = consumer
+ source_files {
+ Event_Consumer.cpp
+ }
+}
+
+project(*Supplier) : orbsvcsexe, event, dseventlogadmin {
+ exename = supplier
+ source_files {
+ Event_Supplier.cpp
+ }
+}