$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r66962 - sandbox/example
From: dnljms_at_[hidden]
Date: 2010-12-01 18:24:13
Author: danieljames
Date: 2010-12-01 18:24:11 EST (Wed, 01 Dec 2010)
New Revision: 66962
URL: http://svn.boost.org/trac/boost/changeset/66962
Log:
Fix boost include in root Jamfile.
Text files modified:
sandbox/example/Jamfile.v2 | 2 +-
sandbox/example/Jamroot.jam | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/example/Jamfile.v2
==============================================================================
--- sandbox/example/Jamfile.v2 (original)
+++ sandbox/example/Jamfile.v2 2010-12-01 18:24:11 EST (Wed, 01 Dec 2010)
@@ -6,7 +6,7 @@
project example
: requirements
<include>.
- <include>$(boost-root)
+ <include>$(BOOST_ROOT)
:
build-dir bin.v2
;
\ No newline at end of file
Modified: sandbox/example/Jamroot.jam
==============================================================================
--- sandbox/example/Jamroot.jam (original)
+++ sandbox/example/Jamroot.jam 2010-12-01 18:24:11 EST (Wed, 01 Dec 2010)
@@ -39,4 +39,4 @@
}
}
-path-constant BOOST_ROOT : $(boost-root) ;
\ No newline at end of file
+path-constant BOOST_ROOT : $(boost-root) ;