Procházet zdrojové kódy

Install TR1 headers. Addresses #2404.
Patch from Chris Allen.


[SVN r49255]

Vladimir Prus před 17 roky
rodič
revize
417b7e2486
1 změnil soubory, kde provedl 6 přidání a 3 odebrání
  1. 6 3
      Jamroot

+ 6 - 3
Jamroot

@@ -367,9 +367,12 @@ else if [ modules.peek : UNIX ]
 }
 
 local headers =
-    [ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc : CVS .svn ]
-    [ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* : CVS
-        .svn ] ;
+    # 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 ]
+          ;
 
 # Complete install.
 package.install install-proper

粤ICP备19079148号