summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2007-05-11 03:40:34 +0000
committerRene Rivera <grafikrobot@gmail.com>2007-05-11 03:40:34 +0000
commit8aeee64200c1e34ca370c88582a11d606fdb3f54 (patch)
treec87cd6fa02d9bb7886a2ed7948905fb9dbbd5b75
parent771634b177e623b8479b177755fb59ef4b2d6198 (diff)
downloadboost-8aeee64200c1e34ca370c88582a11d606fdb3f54.tar.gz
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]
-rw-r--r--Jamfile.v29
1 files changed, 9 insertions, 0 deletions
diff --git a/Jamfile.v2 b/Jamfile.v2
index 0a90bc6db0..49d0eafec5 100644
--- a/Jamfile.v2
+++ b/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 ]
;