From 290270440ea7bce3bfc053b29da4ad1dda80acb3 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 14 Feb 2002 04:08:20 +0000 Subject: [PATCH] Updated the basic Jamfiles for the new Boost.Build changes. [SVN r12798] --- build/Jamfile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/build/Jamfile b/build/Jamfile index 35790e33..20e13a47 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -4,17 +4,17 @@ 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 ; -lib libboost_regex$(SUFLIB) : ../src/$(SOURCES).cpp +lib boost_regex : ../src/$(SOURCES).cpp : $(BOOST_ROOT) - BOOST_REGEX_NO_LIB=1 + BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 : debug release ; -dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp +dll boost_regex : ../src/$(SOURCES).cpp : $(BOOST_ROOT) BOOST_RE_BUILD_DLL=1 @@ -23,7 +23,11 @@ dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp ; - - +stage bin-stage : boost_regex boost_regex + : + "_debug" + : + debug release + ;