Added threading build options.

[SVN r16972]
This commit is contained in:
John Maddock
2003-01-21 12:21:35 +00:00
parent 88a0f9d75a
commit 5705d52e84

View File

@ -21,6 +21,7 @@ local test-files = $(test-dir)tests.txt
: :
<define>BOOST_REGEX_NO_LIB=1 <define>BOOST_REGEX_NO_LIB=1
<define>BOOST_REGEX_STATIC_LINK=1 <define>BOOST_REGEX_STATIC_LINK=1
<threading>multi
: :
regress ] regress ]
@ -34,6 +35,7 @@ local test-files = $(test-dir)tests.txt
<define>BOOST_REGEX_NO_LIB=1 <define>BOOST_REGEX_NO_LIB=1
<define>TEST_UNICODE=1 <define>TEST_UNICODE=1
<define>BOOST_REGEX_STATIC_LINK=1 <define>BOOST_REGEX_STATIC_LINK=1
<threading>multi
: :
wregress ] wregress ]
@ -44,6 +46,7 @@ local test-files = $(test-dir)tests.txt
: :
<define>BOOST_REGEX_NO_LIB=1 <define>BOOST_REGEX_NO_LIB=1
<define>BOOST_REGEX_STATIC_LINK=1 <define>BOOST_REGEX_STATIC_LINK=1
<threading>multi
: :
posix_api_check_c ] posix_api_check_c ]
@ -54,6 +57,7 @@ local test-files = $(test-dir)tests.txt
: :
<define>BOOST_REGEX_NO_LIB=1 <define>BOOST_REGEX_NO_LIB=1
<define>BOOST_REGEX_STATIC_LINK=1 <define>BOOST_REGEX_STATIC_LINK=1
<threading>multi
: :
wide_posix_api_check_c ] wide_posix_api_check_c ]
@ -64,6 +68,7 @@ local test-files = $(test-dir)tests.txt
: :
<define>BOOST_REGEX_NO_LIB=1 <define>BOOST_REGEX_NO_LIB=1
<define>BOOST_REGEX_STATIC_LINK=1 <define>BOOST_REGEX_STATIC_LINK=1
<threading>multi
] ]
[ run c_compiler_checks/wide_posix_api_check.cpp [ run c_compiler_checks/wide_posix_api_check.cpp
@ -73,6 +78,8 @@ local test-files = $(test-dir)tests.txt
: :
<define>BOOST_REGEX_NO_LIB=1 <define>BOOST_REGEX_NO_LIB=1
<define>BOOST_REGEX_STATIC_LINK=1 <define>BOOST_REGEX_STATIC_LINK=1
<threading>multi
] ]
; ;