summaryrefslogtreecommitdiff
path: root/config/boost_thread.mpb
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-11-29 16:19:12 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-11-29 16:19:12 +0000
commit129ef01143fae843e85f5f471181cb59a1e8bc84 (patch)
tree24fd7e6f888b28a04bdad595c0883ca2b38c76c6 /config/boost_thread.mpb
parente9f897567844895969b2b9c69012467cd5f63cf1 (diff)
downloadMPC-129ef01143fae843e85f5f471181cb59a1e8bc84.tar.gz
Tue Nov 29 10:11:14 2005 William Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'config/boost_thread.mpb')
-rw-r--r--config/boost_thread.mpb4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/boost_thread.mpb b/config/boost_thread.mpb
index 9141b7cd..1f7e2695 100644
--- a/config/boost_thread.mpb
+++ b/config/boost_thread.mpb
@@ -2,5 +2,7 @@
// $Id$
project: boost_base {
- lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_thread$(BOOST_CFG)
+ specific(!vc6, !vc7, !vc71, !vc8, !nmake, !em3, !bmake, !cbx) {
+ lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_thread$(BOOST_CFG)
+ }
}