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, 0 insertions, 22 deletions
diff --git a/TAO/examples/Event_Comm/Event_Comm.mpc b/TAO/examples/Event_Comm/Event_Comm.mpc
index 43cb7b7ec2f..9426da76b79 100644
--- a/TAO/examples/Event_Comm/Event_Comm.mpc
+++ b/TAO/examples/Event_Comm/Event_Comm.mpc
@@ -1,50 +1,28 @@
// -*- 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 {
}
}