Make w32_regex_traits.hpp header only.

This commit is contained in:
jzmaddock
2020-11-28 12:49:59 +00:00
parent ddb682a208
commit 5002272ec8
7 changed files with 1039 additions and 79 deletions

View File

@ -68,7 +68,6 @@ lib boost_regex_recursive :
../src/regex_raw_buffer.cpp
../src/regex_traits_defaults.cpp
../src/static_mutex.cpp
../src/w32_regex_traits.cpp
../src/wide_posix_api.cpp
../build//icu_options
:

View File

@ -15,7 +15,6 @@ EX_SOURCES =
regex_raw_buffer.cpp
regex_traits_defaults.cpp
static_mutex.cpp
w32_regex_traits.cpp
wide_posix_api.cpp ;
lib boost_regex_extra : $(EX_SOURCES) ../../build//icu_options

View File

@ -31,7 +31,6 @@ lib boost_regex_noeh :
../../src/regex_raw_buffer.cpp
../../src/regex_traits_defaults.cpp
../../src/static_mutex.cpp
../../src/w32_regex_traits.cpp
../../src/wide_posix_api.cpp
../../build//icu_options
:

View File

@ -17,5 +17,4 @@
#include <libs/regex/src/regex_raw_buffer.cpp>
#include <libs/regex/src/regex_traits_defaults.cpp>
#include <libs/regex/src/static_mutex.cpp>
#include <libs/regex/src/w32_regex_traits.cpp>
#include <libs/regex/src/wide_posix_api.cpp>