2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Copy over some of the project options from the test Jamfile.

[SVN r58911]
This commit is contained in:
John Maddock
2010-01-11 18:29:36 +00:00
parent dccd472e40
commit a549a4b6d5

View File

@@ -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