summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/POA_TIE.mpc
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-27 19:40:47 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-27 19:40:47 +0000
commit90e94e17836dd771c7735a414f14b7b2f4f22765 (patch)
tree9681abb6e14e69809aca3ad19f681d51024f5b79 /TAO/examples/POA/TIE/POA_TIE.mpc
parent5de172f628c281ae60a2c9116f3638b061bfea51 (diff)
downloadATCD-90e94e17836dd771c7735a414f14b7b2f4f22765.tar.gz
ChangeLogTag: Tue Dec 27 11:34:29 2005 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.mpc15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/examples/POA/TIE/POA_TIE.mpc b/TAO/examples/POA/TIE/POA_TIE.mpc
index 753380cdb13..bb4d3be3634 100644
--- a/TAO/examples/POA/TIE/POA_TIE.mpc
+++ b/TAO/examples/POA/TIE/POA_TIE.mpc
@@ -1,17 +1,32 @@
// -*- MPC -*-
// $Id$
+project(*IDL) : taoidldefaults {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
project(*Client) : taoclient, anytypecode, minimum_corba {
+ after += *IDL
avoids += ace_for_tao
source_files {
client.cpp
testC.cpp
}
+ IDL_Files {
+ }
}
project(*Server) : taoserver, minimum_corba {
+ after += *IDL
source_files {
test_i.cpp
server.cpp
+ testS.cpp
+ testC.cpp
+ }
+ IDL_Files {
}
}