summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/POA_TIE.mpc
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/examples/POA/TIE/POA_TIE.mpc
parent7e26cd7143441080a1cba3fa3f0d636fd4f6b588 (diff)
downloadATCD-0776418701dae49d90ce6d2fdc6b200e210b57fb.tar.gz
ChangeLogTag: Wed Aug 11 09:36:16 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/examples/POA/TIE/POA_TIE.mpc')
-rw-r--r--TAO/examples/POA/TIE/POA_TIE.mpc6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/examples/POA/TIE/POA_TIE.mpc b/TAO/examples/POA/TIE/POA_TIE.mpc
index e921c19724a..e517831c421 100644
--- a/TAO/examples/POA/TIE/POA_TIE.mpc
+++ b/TAO/examples/POA/TIE/POA_TIE.mpc
@@ -1,16 +1,14 @@
// -*- MPC -*-
// $Id$
-project(*Client) : taoexe, portableserver {
- avoids += minimum_corba
+project(*Client) : taoexe, portableserver, minimum_corba {
source_files {
client.cpp
testC.cpp
}
}
-project(*Server) : taoexe, portableserver {
- avoids += minimum_corba
+project(*Server) : taoexe, portableserver, minimum_corba {
source_files {
test_i.cpp
server.cpp