summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-11 18:51:10 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-11 18:51:10 +0000
commit0776418701dae49d90ce6d2fdc6b200e210b57fb (patch)
tree60d4437f4be49ddcdbc94a0c1c67e0810fb58903 /TAO/docs
parent7e26cd7143441080a1cba3fa3f0d636fd4f6b588 (diff)
downloadATCD-0776418701dae49d90ce6d2fdc6b200e210b57fb.tar.gz
ChangeLogTag: Wed Aug 11 09:36:16 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc6
-rw-r--r--TAO/docs/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation.mpc6
-rw-r--r--TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc6
-rw-r--r--TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.mpc3
4 files changed, 7 insertions, 14 deletions
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