summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc')
-rw-r--r--TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc35
1 files changed, 35 insertions, 0 deletions
diff --git a/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
new file mode 100644
index 00000000000..0062f6026ca
--- /dev/null
+++ b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
@@ -0,0 +1,35 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ Test.idl
+ }
+ custom_only =1
+}
+
+project(*Server): taoserver {
+ after += *idl
+ Source_Files {
+ Test_i.cpp
+ server.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient, anytypecode {
+ after += *idl
+ Source_Files {
+ client.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ }
+ IDL_Files {
+ }
+}