2003-07-26 11:22:17 +00:00
|
|
|
# copyright John Maddock 2003
|
|
|
|
|
|
|
|
#
|
|
|
|
# this template defines the options common to
|
|
|
|
# all regex builds and tests:
|
|
|
|
#
|
|
|
|
template regex-options
|
|
|
|
: # sources
|
|
|
|
: # requirements
|
|
|
|
<define>BOOST_REGEX_NO_LIB=1
|
|
|
|
<debug><define>BOOST_REGEX_CONFIG_INFO=1
|
|
|
|
<sysinclude>$(BOOST_ROOT)
|
2003-07-27 10:55:35 +00:00
|
|
|
# como requires this:
|
|
|
|
<como-win32><*><define>BOOST_REGEX_NO_W32=1
|
2003-07-26 11:22:17 +00:00
|
|
|
;
|
|
|
|
|
|
|
|
#
|
|
|
|
# this template defines the options common to
|
|
|
|
# all regex dll builds and tests:
|
|
|
|
#
|
|
|
|
template regex-dll-options
|
|
|
|
: <template>regex-options # sources
|
|
|
|
: # requirements
|
|
|
|
<define>BOOST_REGEX_DYN_LINK=1
|
|
|
|
<runtime-link>dynamic
|
|
|
|
;
|