From b2ea26705dc018a2bf7f48c4b3746e2344269b0e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 16 Aug 2001 11:43:22 +0000 Subject: [PATCH] Added (as yet non-functional msvc library support) [SVN r10876] --- example/Jamfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example/Jamfile b/example/Jamfile index 853a16d2..36ac8ccf 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -1,11 +1,13 @@ subproject libs/regex/example ; - +NOCARE user32.lib ; + exe timer : timer/regex_timer.cpp ../build/libboost_regex$(SUFLIB) : $(BOOST_ROOT) BOOST_RE_NO_LIB=1 + <*>user32.lib : debug dynamic @@ -143,3 +145,4 @@ exe regex_split_example_2 : snippets/regex_split_example_2.cpp ; +