From 40ab965ee9334ef37bacb9fb74e24c76e3297474 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 7 Oct 2002 16:45:38 +0000 Subject: [PATCH] Added V2 Jamfile. [SVN r15778] --- build/Jamfile.v2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 build/Jamfile.v2 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 + ;