From a7984bb1493e79f7f5e0913662b5ce16bc9678f1 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 10 Nov 2001 12:12:38 +0000 Subject: [PATCH] Updated Jamfiles with forced dynamic linking removed. [SVN r11647] --- example/Jamfile | 15 +-------------- test/Jamfile | 7 +------ 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/example/Jamfile b/example/Jamfile index 6b8d122d..6fb1c600 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -8,7 +8,6 @@ exe timer : timer/regex_timer.cpp BOOST_REGEX_NO_LIB=1 : debug - dynamic ; exe jgrep : jgrep/jgrep.cpp jgrep/main.cpp @@ -18,7 +17,6 @@ exe jgrep : jgrep/jgrep.cpp jgrep/main.cpp BOOST_REGEX_NO_LIB=1 : debug - dynamic ; exe credit_card_example : snippets/credit_card_example.cpp @@ -28,7 +26,6 @@ exe credit_card_example : snippets/credit_card_example.cpp BOOST_REGEX_NO_LIB=1 : debug - dynamic ; @@ -39,7 +36,6 @@ exe partial_regex_grep : snippets/partial_regex_grep.cpp BOOST_REGEX_NO_LIB=1 : debug - dynamic ; exe partial_regex_match : snippets/partial_regex_match.cpp @@ -49,7 +45,6 @@ exe partial_regex_match : snippets/partial_regex_match.cpp BOOST_REGEX_NO_LIB=1 : debug - dynamic ; 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 BOOST_REGEX_NO_LIB=1 : debug - dynamic ; 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 BOOST_REGEX_NO_LIB=1 : debug - dynamic ; 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 BOOST_REGEX_NO_LIB=1 : debug - dynamic ; 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 BOOST_REGEX_NO_LIB=1 : debug - dynamic ; exe regex_match_example : snippets/regex_match_example.cpp @@ -99,7 +90,6 @@ exe regex_match_example : snippets/regex_match_example.cpp BOOST_REGEX_NO_LIB=1 : debug - dynamic ; exe regex_merge_example : snippets/regex_merge_example.cpp @@ -109,7 +99,6 @@ exe regex_merge_example : snippets/regex_merge_example.cpp BOOST_REGEX_NO_LIB=1 : debug - dynamic ; exe regex_search_example : snippets/regex_search_example.cpp @@ -119,7 +108,6 @@ exe regex_search_example : snippets/regex_search_example.cpp BOOST_REGEX_NO_LIB=1 : debug - dynamic ; 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 BOOST_REGEX_NO_LIB=1 : debug - dynamic ; 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 BOOST_REGEX_NO_LIB=1 : debug - dynamic ; + diff --git a/test/Jamfile b/test/Jamfile index e32ad2a5..cc748b5d 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -8,7 +8,6 @@ unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp BOOST_REGEX_NO_LIB=1 : debug - dynamic ; 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 TEST_UNICODE=1 : debug - dynamic ; 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 BOOST_REGEX_NO_LIB=1 : debug - dynamic ; 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 BOOST_REGEX_NO_LIB=1 : debug - dynamic ; 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 BOOST_REGEX_NO_LIB=1 : debug - dynamic ; 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 BOOST_REGEX_NO_LIB=1 : debug - dynamic ; +