summaryrefslogtreecommitdiff
path: root/config/boost_test_exec_monitor.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_test_exec_monitor.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_test_exec_monitor.mpb')
-rw-r--r--config/boost_test_exec_monitor.mpb6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/boost_test_exec_monitor.mpb b/config/boost_test_exec_monitor.mpb
index 6bd61793..0bb2ae5d 100644
--- a/config/boost_test_exec_monitor.mpb
+++ b/config/boost_test_exec_monitor.mpb
@@ -2,11 +2,7 @@
// $Id$
project: boost_base {
- // The people at boost have to be difficult. All static
- // libraries are prefixed with lib on Windows.
- specific(bmake, borland, cbx, em3, nmake, vc6, vc7, vc71, vc8) {
- lit_libs += libboost_test_exec_monitor$(BOOST_CFG)
- } else {
+ specific(!vc6, !vc7, !vc71, !vc8, !nmake, !em3, !bmake, !cbx) {
lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_test_exec_monitor$(BOOST_CFG)
}
}