summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc')
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc b/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc
new file mode 100644
index 00000000000..04db7547923
--- /dev/null
+++ b/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc
@@ -0,0 +1,13 @@
+project(*Consumer) : orbsvcsexe, notify, dsnotifylogadmin, naming {
+ exename = consumer
+ source_files {
+ Notify_Consumer.cpp
+ }
+}
+
+project(*Supplier) : orbsvcsexe, notify, dsnotifylogadmin, naming {
+ exename = supplier
+ source_files {
+ Notify_Consumer.cpp
+ }
+}