Sfoglia il codice sorgente

Remove building of graph supplementary library, as it has some external tool dependencies.

[SVN r34439]
Rene Rivera 20 anni fa
parent
commit
46945938e6
2 ha cambiato i file con 5 aggiunte e 6 eliminazioni
  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.
 # 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
 # First, the complicated libraries: where the target name in
 # Jamfile is different from directory name.
 # Jamfile is different from directory name.

+ 0 - 4
project-root.jam

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

粤ICP备19079148号