Make icu.hpp header only.

This commit is contained in:
jzmaddock
2020-11-28 18:28:29 +00:00
parent c9d389014a
commit 9d64cf60ff
7 changed files with 444 additions and 605 deletions

View File

@ -61,7 +61,6 @@ test_operators.cpp
;
lib boost_regex_recursive :
../src/icu.cpp
../src/posix_api.cpp
../src/regex.cpp
../src/regex_debug.cpp

View File

@ -8,7 +8,6 @@ project
;
EX_SOURCES =
icu.cpp
posix_api.cpp
regex.cpp
regex_debug.cpp

View File

@ -24,7 +24,6 @@ project
lib boost_regex_noeh :
../../src/icu.cpp
../../src/posix_api.cpp
../../src/regex.cpp
../../src/regex_debug.cpp

View File

@ -10,7 +10,6 @@
*/
#include <libs/regex/src/icu.cpp>
#include <libs/regex/src/posix_api.cpp>
#include <libs/regex/src/regex.cpp>
#include <libs/regex/src/regex_debug.cpp>