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