From 69835bed890c8a1b81dda720d53128986fda7bc6 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 23 May 2005 18:44:05 +0000 Subject: ChangeLogTag: Mon May 23 18:08:12 UTC 2005 Johnny Willemsen --- TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc | 8 ++++---- 1 file 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 -- cgit v1.2.1