summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc')
-rw-r--r--TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc28
1 files changed, 2 insertions, 26 deletions
diff --git a/TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc b/TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc
index ddd2850b59d..2141f3040f5 100644
--- a/TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc
+++ b/TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc
@@ -1,43 +1,19 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, messaging {
- after += *idl
Source_Files {
Oneway_Receiver.cpp
Shutdown_Helper.cpp
server.cpp
}
- Header_Files {
- Oneway_Receiver.h
- Shutdown_Helper.h
- }
- Source_Files {
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
- }
}
project(*Client): messaging, taoexe, portableserver {
- after += *idl
after += *Server
Source_Files {
- client.cpp
- }
- Header_Files {
- }
- Source_Files {
TestC.cpp
- }
- IDL_Files {
+ client.cpp
}
}
+