diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-05-23 11:08:09 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-05-23 11:08:09 +0000 |
commit | cde52f1bcaadbae069dd504bc40b37fd588f69f3 (patch) | |
tree | 5efc116718db111c58ebd0b18841a56df2d5896f /TAO/orbsvcs/examples/Log/RTEvent | |
parent | 074d9b220be1dd0c7771ac9204b2b7d4a47cfa80 (diff) | |
download | ATCD-cde52f1bcaadbae069dd504bc40b37fd588f69f3.tar.gz |
ChangeLogTag: Mon May 23 10:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/examples/Log/RTEvent')
-rw-r--r-- | TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc index b14e76f4e9e..83fed7aa672 100644 --- a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc +++ b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc @@ -1,14 +1,14 @@ // -*- MPC -*- // $Id$ -project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin { +project(*Consumer) : orbsvcsexe, rtevent_skel, naming, rteventlogadmin { exename = RTEvent_Consumer source_files { RTEvent_Consumer.cpp } } -project(*Supplier) : orbsvcsexe, rtevent, naming, rteventlogadmin { +project(*Supplier) : orbsvcsexe, rtevent_skel, naming, rteventlogadmin { exename = RTEvent_Supplier source_files { RTEvent_Supplier.cpp |