respect <sysinclude>

[SVN r13995]
This commit is contained in:
Dave Abrahams
2002-05-21 16:24:07 +00:00
parent 992eb043af
commit 129cf61f65
3 changed files with 22 additions and 22 deletions

View File

@ -6,7 +6,7 @@ SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
lib boost_regex : ../src/$(SOURCES).cpp
:
<include>$(BOOST_ROOT)
<sysinclude>$(BOOST_ROOT)
<define>BOOST_REGEX_NO_LIB=1
<define>BOOST_REGEX_STATIC_LINK=1
:
@ -16,7 +16,7 @@ lib boost_regex : ../src/$(SOURCES).cpp
dll boost_regex : ../src/$(SOURCES).cpp
:
<include>$(BOOST_ROOT)
<sysinclude>$(BOOST_ROOT)
<define>BOOST_RE_BUILD_DLL=1
:
debug release