forked from boostorg/regex
Make icu.hpp header only.
This commit is contained in:
@ -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
|
||||
|
@ -8,7 +8,6 @@ project
|
||||
;
|
||||
|
||||
EX_SOURCES =
|
||||
icu.cpp
|
||||
posix_api.cpp
|
||||
regex.cpp
|
||||
regex_debug.cpp
|
||||
|
@ -24,7 +24,6 @@ project
|
||||
|
||||
|
||||
lib boost_regex_noeh :
|
||||
../../src/icu.cpp
|
||||
../../src/posix_api.cpp
|
||||
../../src/regex.cpp
|
||||
../../src/regex_debug.cpp
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user