Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58219 - trunk/libs/graph/build
From: jewillco_at_[hidden]
Date: 2009-12-07 09:11:43


Author: jewillco
Date: 2009-12-07 09:11:42 EST (Mon, 07 Dec 2009)
New Revision: 58219
URL: http://svn.boost.org/trac/boost/changeset/58219

Log:
Removed obsolete settings, added regex to requirements for users
Text files modified:
   trunk/libs/graph/build/Jamfile.v2 | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/graph/build/Jamfile.v2
==============================================================================
--- trunk/libs/graph/build/Jamfile.v2 (original)
+++ trunk/libs/graph/build/Jamfile.v2 2009-12-07 09:11:42 EST (Mon, 07 Dec 2009)
@@ -17,13 +17,13 @@
     graphml.cpp
     :
     <library>../../regex/build//boost_regex
- <define>BOOST_GRAPH_NO_LIB=1
     <link>shared:<define>BOOST_GRAPH_DYN_LINK=1
- # # Intel compiler ICEs if we turn optimization on
- <toolset>intel-vc71-win-9.1:<optimization>off
     # Without these flags, MSVC 7.1 and 8.0 crash
     # User reports that VC++ 8.0 does not fail anymore, so that is removed
     <toolset>msvc-7.1:<cxxflags>-GR-
+ :
+ :
+ <library>../../regex/build//boost_regex
     ;
 
 boost-install boost_graph ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk