summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_BiDir/MT_BiDir.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_BiDir/MT_BiDir.mpc')
-rw-r--r--TAO/tests/MT_BiDir/MT_BiDir.mpc36
1 files changed, 10 insertions, 26 deletions
diff --git a/TAO/tests/MT_BiDir/MT_BiDir.mpc b/TAO/tests/MT_BiDir/MT_BiDir.mpc
index f04bbed84ce..ab023c419a3 100644
--- a/TAO/tests/MT_BiDir/MT_BiDir.mpc
+++ b/TAO/tests/MT_BiDir/MT_BiDir.mpc
@@ -1,42 +1,26 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Receiver.idl
- Sender.idl
- }
- custom_only = 1
-}
-
-project(*Server): taoexe, portableserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
- after += *idl
- Source_Files {
- Sender_i.cpp
- Server_Task.cpp
- server.cpp
- }
+project(*Server): taoexe, portableserver, minimum_corba, bidir_giop {
Source_Files {
ReceiverC.cpp
SenderC.cpp
SenderS.cpp
- }
- IDL_Files {
+ Sender_i.cpp
+ Server_Task.cpp
+ server.cpp
}
}
-project(*Client): taoexe, portableserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
- after += *idl
- Source_Files {
- Client_Task.cpp
- Receiver_i.cpp
- client.cpp
- }
+project(*Client): taoexe, portableserver, minimum_corba, bidir_giop {
+ after += *Server
Source_Files {
ReceiverC.cpp
ReceiverS.cpp
SenderC.cpp
- }
- IDL_Files {
+ Client_Task.cpp
+ Receiver_i.cpp
+ client.cpp
}
}
+