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.mpc11
1 files changed, 3 insertions, 8 deletions
diff --git a/TAO/tests/OBV/Any/OBV_Any.mpc b/TAO/tests/OBV/Any/OBV_Any.mpc
index f930c31a9d5..62c4c16ad8f 100644
--- a/TAO/tests/OBV/Any/OBV_Any.mpc
+++ b/TAO/tests/OBV/Any/OBV_Any.mpc
@@ -11,12 +11,10 @@ project(*idl): taoidldefaults, valuetype {
project(*Server): taoexe, portableserver, valuetype {
after += *idl
Source_Files {
- AnyS_impl.cpp
- server.cpp
- }
- Source_Files {
AnyC.cpp
AnyS.cpp
+ AnyS_impl.cpp
+ server.cpp
}
IDL_Files {
}
@@ -24,12 +22,9 @@ project(*Server): taoexe, portableserver, valuetype {
project(*Client): taoexe, valuetype {
after += *idl
- after += *Server
- Source_Files {
- client.cpp
- }
Source_Files {
AnyC.cpp
+ client.cpp
}
IDL_Files {
}