$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53173 - branches/release/tools/build/v2/tools
From: ghost_at_[hidden]
Date: 2009-05-22 07:36:48
Author: vladimir_prus
Date: 2009-05-22 07:36:46 EDT (Fri, 22 May 2009)
New Revision: 53173
URL: http://svn.boost.org/trac/boost/changeset/53173
Log:
Merge from trunk
Text files modified:
branches/release/tools/build/v2/tools/stlport.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/tools/build/v2/tools/stlport.jam
==============================================================================
--- branches/release/tools/build/v2/tools/stlport.jam (original)
+++ branches/release/tools/build/v2/tools/stlport.jam 2009-05-22 07:36:46 EDT (Fri, 22 May 2009)
@@ -279,7 +279,7 @@
# Initialize stlport support.
rule init (
version ? :
- headers # Location of header files
+ headers : # Location of header files
libraries * # Location of libraries, lib and bin subdirs of STLport.
)
{