Просмотр исходного кода

Add copying of some missing files in the headers directory, that are not headers. And add copying of the specially named TR1 headers.

[SVN r37662]
Rene Rivera 19 лет назад
Родитель
Сommit
8aeee64200
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      Jamfile.v2

+ 9 - 0
Jamfile.v2

@@ -330,6 +330,15 @@ else if [ modules.peek : UNIX ]
 local headers =
     [ path.glob-tree boost : *.hpp *.ipp *.h *.inc : CVS ]
     [ path.glob-tree boost/compatibility/cpp_c_headers : c* : CVS ]
+    [ path.glob-tree boost/test/utils/runtime : *.cpp : CVS ]
+    [ path.glob-tree boost/spirit/tree :
+        parsetree.dtd : CVS ]
+    [ path.glob-tree boost/tr1/tr1 :
+        algorithm array bitset complex deque exception fstream functional
+        iomanip ios iostream istream iterator limits list locale map
+        memory new numeric ostream queue random regex set sstream stack
+        stdexcept streambuf string strstream tuple type_traits typeinfo
+        utility valarray vector *.SUNWCCh : CVS ]
     ;
 
 

粤ICP备19079148号