Make regex_raw_buffer header only.

This commit is contained in:
jzmaddock
2020-11-30 13:21:49 +00:00
parent 09cce205ed
commit 678b3f5c4d
8 changed files with 70 additions and 85 deletions

View File

@ -64,7 +64,6 @@ lib boost_regex_recursive :
../src/posix_api.cpp
../src/regex.cpp
../src/regex_debug.cpp
../src/regex_raw_buffer.cpp
../src/static_mutex.cpp
../src/wide_posix_api.cpp
../build//icu_options

View File

@ -11,7 +11,6 @@ EX_SOURCES =
posix_api.cpp
regex.cpp
regex_debug.cpp
regex_raw_buffer.cpp
static_mutex.cpp
wide_posix_api.cpp ;

View File

@ -27,7 +27,6 @@ lib boost_regex_noeh :
../../src/posix_api.cpp
../../src/regex.cpp
../../src/regex_debug.cpp
../../src/regex_raw_buffer.cpp
../../src/static_mutex.cpp
../../src/wide_posix_api.cpp
../../build//icu_options

View File

@ -13,6 +13,5 @@
#include <libs/regex/src/posix_api.cpp>
#include <libs/regex/src/regex.cpp>
#include <libs/regex/src/regex_debug.cpp>
#include <libs/regex/src/regex_raw_buffer.cpp>
#include <libs/regex/src/static_mutex.cpp>
#include <libs/regex/src/wide_posix_api.cpp>