diff --git a/base.jam b/base.jam new file mode 100644 index 00000000..5a48f38b --- /dev/null +++ b/base.jam @@ -0,0 +1,24 @@ +# 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) + ; + +# +# this template defines the options common to +# all regex dll builds and tests: +# +template regex-dll-options + :