$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83782 - trunk
From: steven_at_[hidden]
Date: 2013-04-06 17:47:20
Author: steven_watanabe
Date: 2013-04-06 17:47:20 EDT (Sat, 06 Apr 2013)
New Revision: 83782
URL: http://svn.boost.org/trac/boost/changeset/83782
Log:
Print the include path in native format.
Text files modified:
trunk/boostcpp.jam | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boostcpp.jam
==============================================================================
--- trunk/boostcpp.jam (original)
+++ trunk/boostcpp.jam 2013-04-06 17:47:20 EDT (Sat, 06 Apr 2013)
@@ -500,13 +500,14 @@
{
if $(ok)
{
+ local include-path = [ path.native $(BOOST_ROOT) ] ;
ECHO "
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
- $(BOOST_ROOT)
+ $(include-path)
The following directory should be added to linker library paths: