summaryrefslogtreecommitdiff
path: root/ACE/TAO/MPC/config/csd_tp_test_lib.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/MPC/config/csd_tp_test_lib.mpb')
-rw-r--r--ACE/TAO/MPC/config/csd_tp_test_lib.mpb15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/TAO/MPC/config/csd_tp_test_lib.mpb b/ACE/TAO/MPC/config/csd_tp_test_lib.mpb
new file mode 100644
index 00000000000..d0702524869
--- /dev/null
+++ b/ACE/TAO/MPC/config/csd_tp_test_lib.mpb
@@ -0,0 +1,15 @@
+// -*- MPC -*-
+//$Id$
+
+project : taolib_with_idl, csd_threadpool, pi {
+ after += CSD_TP_Test_Lib
+ includes += $(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Common
+ libs += CSD_TP_Test
+ libpaths += $(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Common
+ idlflags += -I$(TAO_ROOT)/tests/CSD_Strategy_Tests/TP_Common
+
+ specific(automake) {
+ includes += $(TAO_BUILDDIR)/tests/CSD_Strategy_Tests/TP_Common
+ }
+
+}