summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/ORT.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/ORT.mpc')
-rw-r--r--TAO/orbsvcs/examples/ORT/ORT.mpc4
1 files changed, 4 insertions, 0 deletions
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