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.mpc43
1 files changed, 43 insertions, 0 deletions
diff --git a/TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc b/TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc
new file mode 100644
index 00000000000..ddd2850b59d
--- /dev/null
+++ b/TAO/tests/Reliable_Oneways/Reliable_Oneways.mpc
@@ -0,0 +1,43 @@
+// -*- 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 {
+ }
+}