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

Merge tr1 install fixes

[SVN r49364]
Vladimir Prus 17 лет назад
Родитель
Сommit
cfd76c518d
1 измененных файлов с 6 добавлено и 4 удалено
  1. 6 4
      Jamroot

+ 6 - 4
Jamroot

@@ -364,10 +364,12 @@ 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 ]
-    ;
-
+    # The .SUNWCCh files are present in tr1 include directory and have to be installed,
+    # see http://lists.boost.org/Archives/boost/2007/05/121430.php
+    [ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc *.SUNWCCh : CVS .svn ]
+    [ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* : CVS .svn ] 
+    [ path.glob boost/tr1/tr1 : * : bcc32 sun CVS .svn ]
+          ;
 
 # Complete install
 package.install install-proper

粤ICP备19079148号