diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 new file mode 100644 index 00000000..9fd759d6 --- /dev/null +++ b/build/Jamfile.v2 @@ -0,0 +1,15 @@ + +project boost/regex + : source-location ../src + ; +SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits + cregex fileiter posix_api regex regex_debug + regex_synch w32_regex_traits wide_posix_api instances winstances ; + + +lib boost_regex : $(SOURCES).cpp + : + false:BOOST_REGEX_NO_LIB=1 + false:BOOST_REGEX_STATIC_LINK=1 + true:BOOST_RE_BUILD_DLL=1 + ;