summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Event_Comm.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Event_Comm.mpc')
-rw-r--r--TAO/examples/Event_Comm/Event_Comm.mpc22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/examples/Event_Comm/Event_Comm.mpc b/TAO/examples/Event_Comm/Event_Comm.mpc
index 9426da76b79..43cb7b7ec2f 100644
--- a/TAO/examples/Event_Comm/Event_Comm.mpc
+++ b/TAO/examples/Event_Comm/Event_Comm.mpc
@@ -1,28 +1,50 @@
// -*- MPC -*-
// $Id$
+project(*IDL): taoidldefaults {
+ IDL_Files {
+ Event_Comm.idl
+ }
+ custom_only = 1
+}
+
project(*notifier): namingexe, utils {
+ after += *IDL
Source_Files {
Event_Comm_i.cpp
Notifier_Server.cpp
notifier.cpp
+ Event_CommS.cpp
+ Event_CommC.cpp
+ }
+ IDL_Files {
}
}
project(*consumer): namingexe, portableserver {
+ after += *IDL
Source_Files {
Consumer_Input_Handler.cpp
Consumer_Handler.cpp
consumer.cpp
Event_Comm_i.cpp
+ Event_CommS.cpp
+ Event_CommC.cpp
+ }
+ IDL_Files {
}
}
project(*supplier): namingexe, portableserver {
+ after += *IDL
Source_Files {
Event_Comm_i.cpp
Supplier_Input_Handler.cpp
supplier.cpp
Notifier_Handler.cpp
+ Event_CommS.cpp
+ Event_CommC.cpp
+ }
+ IDL_Files {
}
}