summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-23 18:44:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-23 18:44:05 +0000
commit69835bed890c8a1b81dda720d53128986fda7bc6 (patch)
treef7a30553772873b8e903726b514057faaf800062
parent3e4a36b26dd7d4d55022d595e807ee3b7627d006 (diff)
downloadATCD-69835bed890c8a1b81dda720d53128986fda7bc6.tar.gz
ChangeLogTag: Mon May 23 18:08:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc b/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
index 333ea0945ea..47fae8d7d34 100644
--- a/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
+++ b/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
@@ -1,5 +1,5 @@
// $Id$
-project(*Event_Sup): rtevent, rtsched, namingexe, utils {
+project(*Event_Sup): rtevent_skel, rtsched, namingexe, utils {
exename = Event_Sup
idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs
includes += $(TAO_ROOT)/orbsvcs/orbsvcs
@@ -14,7 +14,7 @@ project(*Event_Sup): rtevent, rtsched, namingexe, utils {
}
}
-project(*Event_Con): rtevent, rtsched, namingexe {
+project(*Event_Con): rtevent_skel, rtsched, namingexe {
exename = Event_Con
idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs
includes += $(TAO_ROOT)/orbsvcs/orbsvcs
@@ -28,7 +28,7 @@ project(*Event_Con): rtevent, rtsched, namingexe {
}
}
-project(*Logging_Sup): rtevent, rtsched, namingexe, utils {
+project(*Logging_Sup): rtevent_skel, rtsched, namingexe, utils {
exename = Logging_Sup
idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs
includes += $(TAO_ROOT)/orbsvcs/orbsvcs
@@ -43,7 +43,7 @@ project(*Logging_Sup): rtevent, rtsched, namingexe, utils {
}
}
-project(*DualEC_Sup): rtevent, rtsched, namingexe, utils {
+project(*DualEC_Sup): rtevent_serv, rtsched, namingexe, utils {
exename = DualEC_Sup
idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs
includes += $(TAO_ROOT)/orbsvcs/orbsvcs