summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Any/OBV_Any.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Any/OBV_Any.mpc')
-rw-r--r--TAO/tests/OBV/Any/OBV_Any.mpc21
1 files changed, 1 insertions, 20 deletions
diff --git a/TAO/tests/OBV/Any/OBV_Any.mpc b/TAO/tests/OBV/Any/OBV_Any.mpc
index f930c31a9d5..62083fb37f5 100644
--- a/TAO/tests/OBV/Any/OBV_Any.mpc
+++ b/TAO/tests/OBV/Any/OBV_Any.mpc
@@ -1,36 +1,17 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults, valuetype {
- IDL_Files {
- Any.idl
- }
- custom_only = 1
-}
-
project(*Server): taoexe, portableserver, valuetype {
- after += *idl
Source_Files {
AnyS_impl.cpp
server.cpp
}
- Source_Files {
- AnyC.cpp
- AnyS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoexe, valuetype {
- after += *idl
after += *Server
Source_Files {
- client.cpp
- }
- Source_Files {
AnyC.cpp
- }
- IDL_Files {
+ client.cpp
}
}