From 3c801c0e2eeb3fbf0b7029296143de869c893bfb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 21 Dec 2025 13:27:17 +0100 Subject: Add range print functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5b9f09b..8f20ec3 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,8 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = cmap UNICODE_VERSION = 17.0.0 +# Before updating, remember to check downloaded files +# changes in how unlisted codepoints should be treated OBJ =\ @@ -23,7 +25,9 @@ OBJ =\ libcmap_script_list.o\ libcmap_find_in_no_block.o\ libcmap_find_block.o\ - libcmap_find_script.o + libcmap_find_script.o\ + libcmap_sprint_range.o\ + libcmap_snprint_range.o HDR =\ libcmap.h -- cgit v1.3.1