mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
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]
This commit is contained in:
parent
771634b177
commit
8aeee64200
1 changed files with 9 additions and 0 deletions
|
@ -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 ]
|
||||
;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue