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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user