summaryrefslogtreecommitdiff
path: root/config/boost_unit_test_framework.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-04-04 11:28:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-04-04 11:28:48 +0000
commita93102bbbfc106d345cf612501654dbd1d0b22b4 (patch)
tree14db113e53b03bb91ac864de89527f73e757bd38 /config/boost_unit_test_framework.mpb
parentf514e73ac620c71b405516c5458da2bc63ff6238 (diff)
downloadMPC-a93102bbbfc106d345cf612501654dbd1d0b22b4.tar.gz
ChangeLogTag: Fri Apr 4 11:26:34 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/boost_unit_test_framework.mpb')
-rw-r--r--config/boost_unit_test_framework.mpb7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/boost_unit_test_framework.mpb b/config/boost_unit_test_framework.mpb
index 1baa856d..7e865a22 100644
--- a/config/boost_unit_test_framework.mpb
+++ b/config/boost_unit_test_framework.mpb
@@ -2,5 +2,10 @@
// $Id$
project: boost_base {
- lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_unit_test_framework$(BOOST_CFG)
+ // Starting with boost 1.34 auto linking is enabled.
+ // !vc6 and !vc7 are left out of this list because it is likely that
+ // any vc6 or vc7 users are using an older pre-auto-linking version.
+ specific(!vc71, !vc8, !vc9, !nmake, !em3, !bmake, !bds4) {
+ lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_unit_test_framework$(BOOST_CFG)
+ }
}