summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Oneways/Big_Oneways.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Oneways/Big_Oneways.mpc')
-rw-r--r--TAO/tests/Big_Oneways/Big_Oneways.mpc18
1 files changed, 1 insertions, 17 deletions
diff --git a/TAO/tests/Big_Oneways/Big_Oneways.mpc b/TAO/tests/Big_Oneways/Big_Oneways.mpc
index 6ce9fa45d76..5cf458a0b1e 100644
--- a/TAO/tests/Big_Oneways/Big_Oneways.mpc
+++ b/TAO/tests/Big_Oneways/Big_Oneways.mpc
@@ -1,37 +1,21 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver {
- after += *idl
Source_Files {
Coordinator.cpp
Session_Control.cpp
server.cpp
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
}
}
project(*Client): taoexe, portableserver {
- after += *idl
after += *Server
Source_Files {
Peer.cpp
Session.cpp
Session_Task.cpp
client.cpp
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
}
}
+