diff --git a/example/Jamfile b/example/Jamfile new file mode 100644 index 00000000..a6af8f7a --- /dev/null +++ b/example/Jamfile @@ -0,0 +1,15 @@ +subproject libs/regex/example ; + + +exe timer : timer/timer.cpp + ../build/libboost_regex + : + $(BOOST_ROOT) + BOOST_RE_NO_LIB=1 + : + debug release + dynamic + ; + + +