mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 05:42:15 +02:00
Initial checkin. Needs tweaks for various compilers.
[SVN r10683]
This commit is contained in:
7
build/Jamfile
Normal file
7
build/Jamfile
Normal file
@ -0,0 +1,7 @@
|
||||
subproject libs/regex/build ;
|
||||
|
||||
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 ;
|
||||
|
||||
lib libboost_regex : ../src/$(SOURCES).cpp : <include>$(BOOST_ROOT) ;
|
Reference in New Issue
Block a user