From a549a4b6d5820deea9a1de658fa97a66855be4d2 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 11 Jan 2010 18:29:36 +0000 Subject: [PATCH] Copy over some of the project options from the test Jamfile. [SVN r58911] --- build/Jamfile.v2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 925af92cc..eb9c93539 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -6,6 +6,15 @@ import testing ; import pch ; +project + : requirements + intel-win:-nologo + intel-win:-nologo + #intel-linux:off + intel-darwin:off + msvc-7.1:off + ; + cpp-pch pch : ../src/tr1/pch.hpp : ../src/tr1 shared:BOOST_MATH_TR1_DYN_LINK=1 ; C99_SOURCES = acosh