mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Added Jamfile
[SVN r10843]
This commit is contained in:
15
example/Jamfile
Normal file
15
example/Jamfile
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
||||
;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user