Files
boost_regex/example/Jamfile

16 lines
221 B
Plaintext
Raw Normal View History

2001-08-12 11:55:51 +00:00
subproject libs/regex/example ;
exe timer : timer/timer.cpp
<lib>../build/libboost_regex
:
<include>$(BOOST_ROOT)
<define>BOOST_RE_NO_LIB=1
:
debug release
<runtime-link>dynamic
;