mirror of
https://github.com/boostorg/regex.git
synced 2025-07-28 03:27:25 +02:00
Compare commits
2 Commits
boost-1.30
...
boost-1.30
Author | SHA1 | Date | |
---|---|---|---|
136f8c02e0 | |||
34762f91fb |
@ -9,6 +9,8 @@ lib boost_regex : ../src/$(SOURCES).cpp
|
||||
<sysinclude>$(BOOST_ROOT)
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
<define>BOOST_REGEX_STATIC_LINK=1
|
||||
std::facet-support
|
||||
|
||||
:
|
||||
debug release
|
||||
;
|
||||
|
@ -21,6 +21,7 @@ rule regex-test-run ( sources + : input * )
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
<define>BOOST_REGEX_STATIC_LINK=1
|
||||
<threading>multi
|
||||
std::facet-support
|
||||
: # test name
|
||||
] ;
|
||||
}
|
||||
|
@ -9,6 +9,7 @@ template test
|
||||
: <define>BOOST_REGEX_NO_LIB=1 # requirements
|
||||
<define>BOOST_REGEX_STATIC_LINK=1
|
||||
<threading>multi
|
||||
std::facet-support
|
||||
;
|
||||
|
||||
template regression
|
||||
|
Reference in New Issue
Block a user