summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--config/boost_filesystem.mpb4
-rw-r--r--config/boost_regex.mpb6
3 files changed, 3 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 755fec01..7ca7cf4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,3 @@
-Mon Nov 21 15:23:40 2005 William Otte <wotte@dre.vanderbilt.edu>
-
- * config/boost_filesystem.mpb
- * config/boost_regex.mpb
-
- Scoped the lit_libs directive inside of a gnuace specific
- block to take advantage of automatic library resolution provided
- by the Windows version of boost.
-
Mon Nov 21 09:26:35 2005 Chad Elliott <elliott_c@ociweb.com>
* README:
diff --git a/config/boost_filesystem.mpb b/config/boost_filesystem.mpb
index 74451be6..3a6c77d3 100644
--- a/config/boost_filesystem.mpb
+++ b/config/boost_filesystem.mpb
@@ -2,7 +2,5 @@
// $Id$
project: boost_base {
- specific(gnuace,local) {
- lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_filesystem$(BOOST_CFG)
- }
+ lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_filesystem$(BOOST_CFG)
}
diff --git a/config/boost_regex.mpb b/config/boost_regex.mpb
index feb610b6..aacf180b 100644
--- a/config/boost_regex.mpb
+++ b/config/boost_regex.mpb
@@ -2,8 +2,6 @@
// $Id$
project: boost_base {
- specific(gnuace,local) {
- macros += BOOST_REGEX_NO_LIB
- lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_regex$(BOOST_CFG)
- }
+ macros += BOOST_REGEX_NO_LIB
+ lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_regex$(BOOST_CFG)
}