summaryrefslogtreecommitdiff
path: root/config/boost_regex.mpb
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-11-21 21:26:34 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-11-21 21:26:34 +0000
commit839e6f61f3236765f97e904e6fb5ee14e984e434 (patch)
treeaeeaefd1b51d16f3f1f594f51a161a5f590d3636 /config/boost_regex.mpb
parente5a235cad6a624d1be41543636a80fc526f906a5 (diff)
downloadMPC-839e6f61f3236765f97e904e6fb5ee14e984e434.tar.gz
Mon Nov 21 15:23:40 2005 William Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'config/boost_regex.mpb')
-rw-r--r--config/boost_regex.mpb6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/boost_regex.mpb b/config/boost_regex.mpb
index aacf180b..feb610b6 100644
--- a/config/boost_regex.mpb
+++ b/config/boost_regex.mpb
@@ -2,6 +2,8 @@
// $Id$
project: boost_base {
- macros += BOOST_REGEX_NO_LIB
- lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_regex$(BOOST_CFG)
+ specific(gnuace,local) {
+ macros += BOOST_REGEX_NO_LIB
+ lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_regex$(BOOST_CFG)
+ }
}