forked from boostorg/regex
Added (as yet non-functional msvc library support)
[SVN r10876]
This commit is contained in:
@ -1,11 +1,13 @@
|
|||||||
subproject libs/regex/example ;
|
subproject libs/regex/example ;
|
||||||
|
|
||||||
|
NOCARE user32.lib ;
|
||||||
|
|
||||||
exe timer : timer/regex_timer.cpp
|
exe timer : timer/regex_timer.cpp
|
||||||
<lib>../build/libboost_regex$(SUFLIB)
|
<lib>../build/libboost_regex$(SUFLIB)
|
||||||
:
|
:
|
||||||
<include>$(BOOST_ROOT)
|
<include>$(BOOST_ROOT)
|
||||||
<define>BOOST_RE_NO_LIB=1
|
<define>BOOST_RE_NO_LIB=1
|
||||||
|
<msvc><*><find-library>user32.lib
|
||||||
:
|
:
|
||||||
debug
|
debug
|
||||||
<runtime-link>dynamic
|
<runtime-link>dynamic
|
||||||
@ -143,3 +145,4 @@ exe regex_split_example_2 : snippets/regex_split_example_2.cpp
|
|||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user