Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75974 - trunk/libs/graph/test
From: steven_at_[hidden]
Date: 2011-12-15 17:59:04


Author: steven_watanabe
Date: 2011-12-15 17:59:03 EST (Thu, 15 Dec 2011)
New Revision: 75974
URL: http://svn.boost.org/trac/boost/changeset/75974

Log:
Remove unused library.
Text files modified:
   trunk/libs/graph/test/Jamfile.v2 | 7 ++-----
   1 files changed, 2 insertions(+), 5 deletions(-)

Modified: trunk/libs/graph/test/Jamfile.v2
==============================================================================
--- trunk/libs/graph/test/Jamfile.v2 (original)
+++ trunk/libs/graph/test/Jamfile.v2 2011-12-15 17:59:03 EST (Thu, 15 Dec 2011)
@@ -129,10 +129,9 @@
 if $(SDB)
 {
     local sdb-root = [ path.root [ path.make $(SDB) ] [ path.pwd ] ] ;
- local sdb-lib = [ path.join $(sdb-root) libgb.a ] ;
 
     compile stanford_graph_cc.cpp :
- <include>$(sdb-root) <library-file>$(sdb-lib) ;
+ <include>$(sdb-root) ;
 }
 
 # Run LEDA tests only when -sLEDA= is set.
@@ -141,9 +140,7 @@
 {
     local leda-root = [ path.root [ path.make $(LEDA) ] [ path.pwd ] ] ;
     local leda-include = [ path.join $(leda-root) incl ] ;
- local leda-lib = [ path.join $(leda-root) libG.a ] ;
 
     compile leda_graph_cc.cpp :
- <include>$(leda-include)
- <library-file>$(leda-lib) ;
+ <include>$(leda-include) ;
 }


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