forked from boostorg/regex
Updated Jamfiles with forced dynamic linking removed.
[SVN r11647]
This commit is contained in:
@ -8,7 +8,6 @@ exe timer : timer/regex_timer.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe jgrep : jgrep/jgrep.cpp jgrep/main.cpp
|
exe jgrep : jgrep/jgrep.cpp jgrep/main.cpp
|
||||||
@ -18,7 +17,6 @@ exe jgrep : jgrep/jgrep.cpp jgrep/main.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe credit_card_example : snippets/credit_card_example.cpp
|
exe credit_card_example : snippets/credit_card_example.cpp
|
||||||
@ -28,7 +26,6 @@ exe credit_card_example : snippets/credit_card_example.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
@ -39,7 +36,6 @@ exe partial_regex_grep : snippets/partial_regex_grep.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe partial_regex_match : snippets/partial_regex_match.cpp
|
exe partial_regex_match : snippets/partial_regex_match.cpp
|
||||||
@ -49,7 +45,6 @@ exe partial_regex_match : snippets/partial_regex_match.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe regex_grep_example_1 : snippets/regex_grep_example_1.cpp
|
exe regex_grep_example_1 : snippets/regex_grep_example_1.cpp
|
||||||
@ -59,7 +54,6 @@ exe regex_grep_example_1 : snippets/regex_grep_example_1.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe regex_grep_example_2 : snippets/regex_grep_example_2.cpp
|
exe regex_grep_example_2 : snippets/regex_grep_example_2.cpp
|
||||||
@ -69,7 +63,6 @@ exe regex_grep_example_2 : snippets/regex_grep_example_2.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe regex_grep_example_3 : snippets/regex_grep_example_3.cpp
|
exe regex_grep_example_3 : snippets/regex_grep_example_3.cpp
|
||||||
@ -79,7 +72,6 @@ exe regex_grep_example_3 : snippets/regex_grep_example_3.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe regex_grep_example_4 : snippets/regex_grep_example_4.cpp
|
exe regex_grep_example_4 : snippets/regex_grep_example_4.cpp
|
||||||
@ -89,7 +81,6 @@ exe regex_grep_example_4 : snippets/regex_grep_example_4.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe regex_match_example : snippets/regex_match_example.cpp
|
exe regex_match_example : snippets/regex_match_example.cpp
|
||||||
@ -99,7 +90,6 @@ exe regex_match_example : snippets/regex_match_example.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe regex_merge_example : snippets/regex_merge_example.cpp
|
exe regex_merge_example : snippets/regex_merge_example.cpp
|
||||||
@ -109,7 +99,6 @@ exe regex_merge_example : snippets/regex_merge_example.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe regex_search_example : snippets/regex_search_example.cpp
|
exe regex_search_example : snippets/regex_search_example.cpp
|
||||||
@ -119,7 +108,6 @@ exe regex_search_example : snippets/regex_search_example.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe regex_split_example_1 : snippets/regex_split_example_1.cpp
|
exe regex_split_example_1 : snippets/regex_split_example_1.cpp
|
||||||
@ -129,7 +117,6 @@ exe regex_split_example_1 : snippets/regex_split_example_1.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
exe regex_split_example_2 : snippets/regex_split_example_2.cpp
|
exe regex_split_example_2 : snippets/regex_split_example_2.cpp
|
||||||
@ -139,9 +126,9 @@ exe regex_split_example_2 : snippets/regex_split_example_2.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
||||||
@ -19,7 +18,6 @@ unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
|
|||||||
<define>TEST_UNICODE=1
|
<define>TEST_UNICODE=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c
|
unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c
|
||||||
@ -29,7 +27,6 @@ unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c
|
unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c
|
||||||
@ -39,7 +36,6 @@ unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp
|
unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp
|
||||||
@ -49,7 +45,6 @@ unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp
|
unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp
|
||||||
@ -59,8 +54,8 @@ unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user