summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-12-05 20:18:32 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-12-05 20:18:32 +0000
commit654bda93687641d3c57248485017f9773c0a3b43 (patch)
treeb07a38c6cee4006339faa664e69d1100a24615b8
parent129ef01143fae843e85f5f471181cb59a1e8bc84 (diff)
downloadMPC-654bda93687641d3c57248485017f9773c0a3b43.tar.gz
Mon Dec 5 14:17:35 2005 William Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--ChangeLog7
-rw-r--r--config/boost_unit_test_framework.mpb4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f53b4665..96b35ce0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Dec 5 14:17:35 2005 William Otte <wotte@dre.vanderbilt.edu>
+
+ * config/boost_unit_test_framework.mpb
+
+ Automatic linking is not supported for the unit test
+ framework, see http://boost.org/more/getting_started.html#auto-link.
+
Tue Nov 29 10:11:14 2005 William Otte <wotte@dre.vanderbilt.edu>
* config/boost_date_time.mpb
diff --git a/config/boost_unit_test_framework.mpb b/config/boost_unit_test_framework.mpb
index 4d73865a..1baa856d 100644
--- a/config/boost_unit_test_framework.mpb
+++ b/config/boost_unit_test_framework.mpb
@@ -2,7 +2,5 @@
// $Id$
project: boost_base {
- specific(!vc6, !vc7, !vc71, !vc8, !nmake, !em3, !bmake, !cbx) {
- lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_unit_test_framework$(BOOST_CFG)
- }
+ lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_unit_test_framework$(BOOST_CFG)
}