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 ; +