$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r58911 - trunk/libs/math/build
From: john_at_[hidden]
Date: 2010-01-11 13:29:36
Author: johnmaddock
Date: 2010-01-11 13:29:36 EST (Mon, 11 Jan 2010)
New Revision: 58911
URL: http://svn.boost.org/trac/boost/changeset/58911
Log:
Copy over some of the project options from the test Jamfile.
Text files modified: 
   trunk/libs/math/build/Jamfile.v2 |     9 +++++++++                               
   1 files changed, 9 insertions(+), 0 deletions(-)
Modified: trunk/libs/math/build/Jamfile.v2
==============================================================================
--- trunk/libs/math/build/Jamfile.v2	(original)
+++ trunk/libs/math/build/Jamfile.v2	2010-01-11 13:29:36 EST (Mon, 11 Jan 2010)
@@ -6,6 +6,15 @@
 import testing ;
 import pch ;
 
+project  
+    : requirements 
+      <toolset>intel-win:<cxxflags>-nologo 
+      <toolset>intel-win:<linkflags>-nologo 
+      #<toolset>intel-linux:<pch>off
+      <toolset>intel-darwin:<pch>off
+      <toolset>msvc-7.1:<pch>off
+    ;
+
 cpp-pch pch : ../src/tr1/pch.hpp : <include>../src/tr1 <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1 ; 
 
 C99_SOURCES = acosh