summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc')
-rw-r--r--TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc24
1 files changed, 1 insertions, 23 deletions
diff --git a/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc b/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
index 9d26a4b386b..1dbf29bc7f6 100644
--- a/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
+++ b/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
@@ -1,40 +1,18 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults, valuetype {
- IDL_Files {
- Extra.idl
- Truncatable.idl
- }
- custom_only = 1
-}
-
project(*Server): taoexe, portableserver, valuetype {
- after += *idl
Source_Files {
TruncatableS_impl.cpp
server.cpp
}
- Source_Files {
- ExtraC.cpp
- ExtraS.cpp
- TruncatableC.cpp
- TruncatableS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoexe, valuetype {
- after += *idl
after += *Server
Source_Files {
- client.cpp
- }
- Source_Files {
ExtraC.cpp
TruncatableC.cpp
- }
- IDL_Files {
+ client.cpp
}
}