mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
added iso8859_1utf8_codecvt to build
This commit is contained in:
parent
dc2fa7d38b
commit
4747203622
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ DYNAMIC_LIBS =
|
||||||
|
|
||||||
# Source files
|
# Source files
|
||||||
|
|
||||||
SRCS = utf16utf8_codecvt.cpp
|
SRCS = utf16utf8_codecvt.cpp iso8859_1utf8_codecvt.cpp
|
||||||
|
|
||||||
HDRS = $(patsubst %.c,%.h,$(patsubst %.cpp,%.h,$(SRCS)))
|
HDRS = $(patsubst %.c,%.h,$(patsubst %.cpp,%.h,$(SRCS)))
|
||||||
OBJS = $(patsubst %.c,%.o,$(patsubst %.cpp,%.o,$(SRCS)))
|
OBJS = $(patsubst %.c,%.o,$(patsubst %.cpp,%.o,$(SRCS)))
|
||||||
|
|
Loading…
Reference in a new issue