$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51502 - trunk/libs/math/test
From: john_at_[hidden]
Date: 2009-03-01 07:20:21
Author: johnmaddock
Date: 2009-03-01 07:20:21 EST (Sun, 01 Mar 2009)
New Revision: 51502
URL: http://svn.boost.org/trac/boost/changeset/51502
Log:
We need to import the pch rule.
Text files modified:
trunk/libs/math/test/Jamfile.v2 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/libs/math/test/Jamfile.v2
==============================================================================
--- trunk/libs/math/test/Jamfile.v2 (original)
+++ trunk/libs/math/test/Jamfile.v2 2009-03-01 07:20:21 EST (Sun, 01 Mar 2009)
@@ -9,6 +9,7 @@
import testing ;
import modules ;
import path ;
+import pch ;
local ntl-path = [ modules.peek : NTL_PATH ] ;
local gmp_path = [ modules.peek : GMP_PATH ] ;
@@ -747,3 +748,5 @@
build-project ../example ;
+
+