$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50038 - trunk/tools/build/v2/tools
From: grafikrobot_at_[hidden]
Date: 2008-11-30 14:51:03
Author: grafik
Date: 2008-11-30 14:51:03 EST (Sun, 30 Nov 2008)
New Revision: 50038
URL: http://svn.boost.org/trac/boost/changeset/50038
Log:
Add Xcode MacOSX and iPhone version options to cover the present and one future revision.
Text files modified: 
   trunk/tools/build/v2/tools/darwin.jam |     8 ++++++--                                
   1 files changed, 6 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/tools/darwin.jam
==============================================================================
--- trunk/tools/build/v2/tools/darwin.jam	(original)
+++ trunk/tools/build/v2/tools/darwin.jam	2008-11-30 14:51:03 EST (Sun, 30 Nov 2008)
@@ -22,8 +22,12 @@
 
 ## The MacOSX versions we can target.
 .macosx-versions =
-    10.5 10.4 10.3 10.2 10.1
-    iphone-2.0 iphone-1.x iphonesim-2.0
+    10.6 10.5 10.4 10.3 10.2 10.1
+    iphone-2.3 iphonesim-2.3
+    iphone-2.2 iphonesim-2.2
+    iphone-2.1 iphonesim-2.1
+    iphone-2.0 iphonesim-2.0
+    iphone-1.x
     ;
 
 ## The MacOSX version to compile for, which maps to the SDK to use (sysroot).