Fixed path to work from root directory

[SVN r11070]
This commit is contained in:
John Maddock
2001-09-08 12:02:47 +00:00
parent b9628e449d
commit b2396011f9

View File

@ -6,7 +6,7 @@ SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
lib libboost_regex$(SUFLIB) : ../src/$(SOURCES).cpp
:
<include>$(BOOST_ROOT)
<include>../../../
<define>BOOST_RE_NO_LIB=1
:
debug release
@ -16,7 +16,7 @@ lib libboost_regex$(SUFLIB) : ../src/$(SOURCES).cpp
dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp
:
<include>$(BOOST_ROOT)
<include>../../../
<define>BOOST_RE_BUILD_DLL=1
:
debug release
@ -24,3 +24,4 @@ dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp
;