summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-12-12 05:13:38 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-12-12 05:13:38 +0000
commit74113596d77c094a1c02bb7ccfaf56b9518dc91f (patch)
tree93f1b735cf9664058b3a541c5bfa51acc32cbc25 /TAO/orbsvcs/examples
parent601b24f5e7c5518ad6ec5047c44ec6fdd5eb073e (diff)
downloadATCD-74113596d77c094a1c02bb7ccfaf56b9518dc91f.tar.gz
ChangeLogTag:Thu Dec 11 23:10:14 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/examples')
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc2
-rw-r--r--TAO/orbsvcs/examples/ORT/ORT.mpc4
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
index 29b0ed09c28..0049ca759e4 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
+++ b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
@@ -1,4 +1,5 @@
project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
+ requires += minimum_corba
exename = consumer
source_files {
RTEvent_Consumer.cpp
@@ -6,6 +7,7 @@ project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
}
project(*Supplier) : orbsvcsexe, rtevent, naming, rteventlogadmin {
+ requires += minimum_corba
exename = supplier
source_files {
RTEvent_Supplier.cpp
diff --git a/TAO/orbsvcs/examples/ORT/ORT.mpc b/TAO/orbsvcs/examples/ORT/ORT.mpc
index a9c7197380c..eb9321488e6 100644
--- a/TAO/orbsvcs/examples/ORT/ORT.mpc
+++ b/TAO/orbsvcs/examples/ORT/ORT.mpc
@@ -1,4 +1,6 @@
+// $Id$
project(*Gateway) : orbsvcsexe, dynamicinterface, ifr_client {
+ avoids += minimum_corba
source_files {
GatewayC.cpp
GatewayS.cpp
@@ -14,6 +16,7 @@ project(*Gateway) : orbsvcsexe, dynamicinterface, ifr_client {
project(*Server) : orbsvcsexe, dynamicinterface, ifr_client {
exename = server
after += *Gateway
+ avoids += minimum_corba
source_files {
server.cpp
GatewayC.cpp
@@ -31,6 +34,7 @@ project(*Server) : orbsvcsexe, dynamicinterface, ifr_client {
}
project(*Client) : orbsvcsexe, event {
+ avoids += minimum_corba
after += *Server
source_files {
client.cpp