Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60764 - trunk/tools/jam/src
From: ghost_at_[hidden]
Date: 2010-03-22 05:57:30


Author: vladimir_prus
Date: 2010-03-22 05:57:29 EDT (Mon, 22 Mar 2010)
New Revision: 60764
URL: http://svn.boost.org/trac/boost/changeset/60764

Log:
Use Python 2.6, if available
Text files modified:
   trunk/tools/jam/src/build.jam | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/tools/jam/src/build.jam
==============================================================================
--- trunk/tools/jam/src/build.jam (original)
+++ trunk/tools/jam/src/build.jam 2010-03-22 05:57:29 EDT (Mon, 22 Mar 2010)
@@ -57,7 +57,7 @@
     {
         --python-include = [ .path $(python-location) include ] ;
         --python-lib = ;
- for local v in 25 24 23 22
+ for local v in 26 25 24 23 22
         {
             --python-lib ?=
                 [ GLOB [ .path $(python-location) libs ] : "python$(v).lib" ]
@@ -80,7 +80,7 @@
     {
         --python-include = ;
         --python-lib = ;
- for local v in 2.5 2.4 2.3 2.2
+ for local v in 2.6 2.5 2.4 2.3 2.2
         {
             local inc = [ GLOB [ .path $(python-location) include ] : python$(v) ] ;
             local lib = [ GLOB [ .path $(python-location) lib ] : libpython$(v)* ] ;


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