From 0776418701dae49d90ce6d2fdc6b200e210b57fb Mon Sep 17 00:00:00 2001 From: jtc Date: Wed, 11 Aug 2004 18:51:10 +0000 Subject: ChangeLogTag: Wed Aug 11 09:36:16 2004 J.T. Conklin --- TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc | 6 ++---- .../Quoter/On_Demand_Activation/Quoter_On_Demand_Activation.mpc | 6 ++---- .../tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc | 6 ++---- .../Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.mpc | 3 +-- 4 files changed, 7 insertions(+), 14 deletions(-) (limited to 'TAO/docs') diff --git a/TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc b/TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc index f5965752877..483e86313de 100644 --- a/TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc +++ b/TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc @@ -1,18 +1,16 @@ // -*- MPC -*- // $Id$ -project(*client) : orbsvcsexe, portableserver, event, naming { +project(*client) : orbsvcsexe, portableserver, event, naming, minimum_corba { requires += exceptions - avoids += minimum_corba source_files { client.cpp Stock_Consumer.cpp } } -project(*server) : orbsvcsexe, portableserver, event, naming { +project(*server) : orbsvcsexe, portableserver, event, naming, minimum_corba { requires += exceptions - avoids += minimum_corba source_files { server.cpp Stock_Factory_i.cpp diff --git a/TAO/docs/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation.mpc b/TAO/docs/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation.mpc index b3226bc8160..a6df82cb29a 100644 --- a/TAO/docs/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation.mpc +++ b/TAO/docs/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation.mpc @@ -1,18 +1,16 @@ // -*- MPC -*- // $Id$ -project(*client) : taoexe, portableserver, naming, ami { +project(*client) : taoexe, portableserver, naming, ami, minimum_corba { requires += exceptions - avoids += minimum_corba source_files { client.cpp Handler_i.cpp } } -project(*server) : taoexe, portableserver, naming, ami { +project(*server) : taoexe, portableserver, naming, ami, minimum_corba { requires += exceptions - avoids += minimum_corba source_files { server.cpp Stock_Factory_i.cpp diff --git a/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc b/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc index 785c8628d04..5134a909130 100644 --- a/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc +++ b/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc @@ -1,18 +1,16 @@ // -*- MPC -*- // $Id$ -project(*client) : orbsvcsexe, portableserver, rtevent, naming { +project(*client) : orbsvcsexe, portableserver, rtevent, naming, minimum_corba { requires += exceptions - avoids += minimum_corba source_files { client.cpp Stock_Consumer.cpp } } -project(*server) : orbsvcsexe, portableserver, rtevent, naming { +project(*server) : orbsvcsexe, portableserver, rtevent, naming, minimum_corba { requires += exceptions - avoids += minimum_corba source_files { server.cpp Stock_Factory_i.cpp diff --git a/TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.mpc b/TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.mpc index 202171a2f9e..d7152082ec0 100644 --- a/TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.mpc +++ b/TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.mpc @@ -1,6 +1,5 @@ // $Id$ -project : taoexe, portableserver { - avoids += minimum_corba +project : taoexe, portableserver, minimum_corba { libs += Quoter_Idl_Lib after += Quoter_Idl_Lib includes += ../../idl -- cgit v1.2.1