Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19146

Modified Files:
      Tag: RC_1_34_0
        pch.jam 
Log Message:
Merge BOOST_BUILD_PCH_ENABLED from trunk

Index: pch.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/pch.jam,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- pch.jam     14 Oct 2006 21:41:23 -0000      1.1.2.3
+++ pch.jam     22 Oct 2006 17:42:19 -0000      1.1.2.4
@@ -38,6 +38,7 @@
 feature.feature pch :
     on
     off
+  : propagated    
   ;
 
 feature.feature pch-header : : free dependency ;
@@ -74,8 +75,10 @@
         }
         else
         {
-            return [ run-pch $(project) $(name) : $(property-set) 
-            : $(sources) ] ;
+            local r = [ run-pch $(project) $(name) : $(property-set) 
+              : $(sources) ] ;
+            return [ generators.add-usage-requirements $(r)
+              : <define>BOOST_BUILD_PCH_ENABLED ] ;
         }                        
     }
     


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to