From ff1c0a0bb5b1dbe1c9b303307f376afb9624704d Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 12 Oct 2003 11:19:15 +0000 Subject: [PATCH] Moved common build options into build/Jamfile [SVN r20355] --- base.jam | 26 -------------------------- build/Jamfile | 26 +++++++++++++++++++++++++- example/Jamfile | 5 +++-- test/Jamfile | 7 ++++--- 4 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 base.jam diff --git a/base.jam b/base.jam deleted file mode 100644 index c0036c4b..00000000 --- a/base.jam +++ /dev/null @@ -1,26 +0,0 @@ -# copyright John Maddock 2003 - -# -# this template defines the options common to -# all regex builds and tests: -# -template regex-options - : # sources - : # requirements - BOOST_REGEX_NO_LIB=1 - BOOST_REGEX_CONFIG_INFO=1 - $(BOOST_ROOT) - # como requires this: - <*>BOOST_REGEX_NO_W32=1 - ; - -# -# this template defines the options common to -# all regex dll builds and tests: -# -template regex-dll-options - :