Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18729
Modified Files:
pch.jam
Log Message:
Automatically set BOOST_BUILD_PCH_ENABLED when pch is enabled.
Index: pch.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/pch.jam,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pch.jam 11 Oct 2006 06:38:22 -0000 1.6
+++ pch.jam 22 Oct 2006 17:41:31 -0000 1.7
@@ -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