forked from boostorg/regex
Added threading build options.
[SVN r16972]
This commit is contained in:
@ -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
|
||||||
]
|
]
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user