Added V2 Jamfile.

[SVN r15778]
This commit is contained in:
Vladimir Prus
2002-10-07 16:45:38 +00:00
parent 0fec291b28
commit 40ab965ee9

15
build/Jamfile.v2 Normal file
View File

@ -0,0 +1,15 @@
project boost/regex
: source-location ../src
;
SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
cregex fileiter posix_api regex regex_debug
regex_synch w32_regex_traits wide_posix_api instances winstances ;
lib boost_regex : $(SOURCES).cpp
:
<shared>false:<define>BOOST_REGEX_NO_LIB=1
<shared>false:<define>BOOST_REGEX_STATIC_LINK=1
<shared>true:<define>BOOST_RE_BUILD_DLL=1
;