summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT
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/orbsvcs/examples/ORT
parent7e26cd7143441080a1cba3fa3f0d636fd4f6b588 (diff)
downloadATCD-0776418701dae49d90ce6d2fdc6b200e210b57fb.tar.gz
ChangeLogTag: Wed Aug 11 09:36:16 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/examples/ORT')
-rw-r--r--TAO/orbsvcs/examples/ORT/ORT.mpc9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/examples/ORT/ORT.mpc b/TAO/orbsvcs/examples/ORT/ORT.mpc
index c7442bcc119..91a32c4f34f 100644
--- a/TAO/orbsvcs/examples/ORT/ORT.mpc
+++ b/TAO/orbsvcs/examples/ORT/ORT.mpc
@@ -1,6 +1,5 @@
// $Id$
-project(*Gateway) : orbsvcsexe, dynamicinterface, ifr_client {
- avoids += minimum_corba
+project(*Gateway) : orbsvcsexe, dynamicinterface, ifr_client, minimum_corba {
source_files {
GatewayC.cpp
GatewayS.cpp
@@ -13,10 +12,9 @@ project(*Gateway) : orbsvcsexe, dynamicinterface, ifr_client {
}
}
-project(*Server) : orbsvcsexe, dynamicinterface, ifr_client {
+project(*Server) : orbsvcsexe, dynamicinterface, ifr_client, minimum_corba {
exename = server
after += *Gateway
- avoids += minimum_corba
source_files {
server.cpp
GatewayC.cpp
@@ -34,8 +32,7 @@ project(*Server) : orbsvcsexe, dynamicinterface, ifr_client {
}
}
-project(*Client) : orbsvcsexe, event {
- avoids += minimum_corba
+project(*Client) : orbsvcsexe, event, minimum_corba {
after += *Server
source_files {
client.cpp