Boost logo

Boost-Commit :

From: steven_at_[hidden]
Date: 2008-07-05 14:59:00


Author: steven_watanabe
Date: 2008-07-05 14:58:59 EDT (Sat, 05 Jul 2008)
New Revision: 47116
URL: http://svn.boost.org/trac/boost/changeset/47116

Log:
Added mark-included rule used by scanner.py and builtin.py
Text files modified:
   branches/build/python_port/pybb.jam | 6 +++++-
   1 files changed, 5 insertions(+), 1 deletions(-)

Modified: branches/build/python_port/pybb.jam
==============================================================================
--- branches/build/python_port/pybb.jam (original)
+++ branches/build/python_port/pybb.jam 2008-07-05 14:58:59 EDT (Sat, 05 Jul 2008)
@@ -68,7 +68,11 @@
     {
         IMPORT $(parent-module) : $(user-rules) : $(this-module) : $(user-rules) ;
         EXPORT $(this-module) : $(user-rules) ;
- }
+ }
+
+ rule mark-included ( targets * : includes * ) {
+ INCLUDES $(targets) : $(INCLUDES) ;
+ }
 
 }
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk