forked from boostorg/regex
Fixed path to work from root directory
[SVN r11070]
This commit is contained in:
@ -6,7 +6,7 @@ SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
|
|||||||
|
|
||||||
lib libboost_regex$(SUFLIB) : ../src/$(SOURCES).cpp
|
lib libboost_regex$(SUFLIB) : ../src/$(SOURCES).cpp
|
||||||
:
|
:
|
||||||
<include>$(BOOST_ROOT)
|
<include>../../../
|
||||||
<define>BOOST_RE_NO_LIB=1
|
<define>BOOST_RE_NO_LIB=1
|
||||||
:
|
:
|
||||||
debug release
|
debug release
|
||||||
@ -16,7 +16,7 @@ lib libboost_regex$(SUFLIB) : ../src/$(SOURCES).cpp
|
|||||||
|
|
||||||
dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp
|
dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp
|
||||||
:
|
:
|
||||||
<include>$(BOOST_ROOT)
|
<include>../../../
|
||||||
<define>BOOST_RE_BUILD_DLL=1
|
<define>BOOST_RE_BUILD_DLL=1
|
||||||
:
|
:
|
||||||
debug release
|
debug release
|
||||||
@ -24,3 +24,4 @@ dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp
|
|||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user