Forráskód Böngészése

Remove building of graph supplementary library, as it has some external tool dependencies. (merge from head)

[SVN r34440]
Rene Rivera 20 éve
szülő
commit
b4a747ee0d
2 módosított fájl, 5 hozzáadás és 6 törlés
  1. 5 2
      Jamfile.v2
  2. 0 4
      project-root.jam

+ 5 - 2
Jamfile.v2

@@ -114,8 +114,11 @@ project boost
 
 # Setup convenient aliases for all libraries.
 
-all-libraries = [ MATCH .*libs/(.*)/build/.*
-                  : [ glob libs/*/build/Jamfile.v2 ] ] ;
+all-libraries =
+    [ set.difference
+        [ MATCH .*libs/(.*)/build/.* : [ glob libs/*/build/Jamfile.v2 ] ]
+        : graph
+        ] ;
 
 # First, the complicated libraries: where the target name in
 # Jamfile is different from directory name.

+ 0 - 4
project-root.jam

@@ -1,6 +1,2 @@
 
 path-constant BOOST_ROOT : . ;
-
-using lex ;
-using bison ;
-using testing ;

粤ICP备19079148号