summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/POA_TIE.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/TIE/POA_TIE.mpc')
-rw-r--r--TAO/examples/POA/TIE/POA_TIE.mpc16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/examples/POA/TIE/POA_TIE.mpc b/TAO/examples/POA/TIE/POA_TIE.mpc
index bb4d3be3634..585af3c0dfc 100644
--- a/TAO/examples/POA/TIE/POA_TIE.mpc
+++ b/TAO/examples/POA/TIE/POA_TIE.mpc
@@ -1,32 +1,16 @@
// -*- 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 {
}
}