From ca984697f07afa8a9111e0b6d176b6378d7763a6 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 3 Jun 2003 20:07:02 +0000 Subject: [PATCH] Add so como can compile winnt.h [SVN r18656] --- build/Jamfile | 2 ++ test/Jamfile | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build/Jamfile b/build/Jamfile index e137a932..dc180e96 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -11,6 +11,7 @@ lib boost_regex : ../src/$(SOURCES).cpp $(BOOST_ROOT) BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 + $(SOURCES).cpp : debug release ; @@ -21,6 +22,7 @@ dll boost_regex : ../src/$(SOURCES).cpp $(BOOST_ROOT) BOOST_RE_BUILD_DLL=1 dynamic + $(SOURCES).cpp : debug release ; diff --git a/test/Jamfile b/test/Jamfile index f4b73dc4..fd10197b 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -23,7 +23,11 @@ template regression rule regex-test ( name : sources + : requirements * : input-files * ) { - return [ run $(sources) : : $(input-files) : $(requirements) : $(name) ] ; + return [ run $(sources) + : + : $(input-files) + : $(requirements) parse.cpp regress.cpp tests.cpp + : $(name) ] ; } test-suite regex