Sfoglia il codice sorgente

Add 'use-project' calls so that project ids of all libraries are known.

[SVN r27384]
Vladimir Prus 21 anni fa
parent
commit
b6b7e90158
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      Jamfile.v2

+ 8 - 0
Jamfile.v2

@@ -177,4 +177,12 @@ install stage : libs/$(libraries)/build
   ;
 
 explicit install install-libs install-headers stage ;        
+
+
+# Make project ids of all libraries known.
+
+for local l in $(libraries)
+{
+    use-project /boost/$(l) : libs/$(l)/build ;
+}
     

粤ICP备19079148号