summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/boost_unit_test_framework.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/boost_unit_test_framework.mpb')
-rw-r--r--ACE/MPC/config/boost_unit_test_framework.mpb11
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/MPC/config/boost_unit_test_framework.mpb b/ACE/MPC/config/boost_unit_test_framework.mpb
new file mode 100644
index 00000000000..bea8d7b1762
--- /dev/null
+++ b/ACE/MPC/config/boost_unit_test_framework.mpb
@@ -0,0 +1,11 @@
+// -*- MPC -*-
+// $Id$
+
+project: boost_base {
+ // Starting with boost 1.34 auto linking is enabled.
+ // vc6 and vc7 are added to this list because it is likely that
+ // any vc6 or vc7 users are using an older pre-auto-linking version.
+ specific(!prop:windows, vc6, vc7) {
+ lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_unit_test_framework$(BOOST_CFG)
+ }
+}