|
|
@@ -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 ]
|
|
|
;
|
|
|
|
|
|
|