diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-21 13:27:17 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-21 13:27:17 +0100 |
| commit | 3c801c0e2eeb3fbf0b7029296143de869c893bfb (patch) | |
| tree | d75044f785bfd6a2d1526e1b26699bd3ef59c182 /Makefile | |
| parent | Implement script and block listing (diff) | |
| download | libcmap-3c801c0e2eeb3fbf0b7029296143de869c893bfb.tar.gz libcmap-3c801c0e2eeb3fbf0b7029296143de869c893bfb.tar.bz2 libcmap-3c801c0e2eeb3fbf0b7029296143de869c893bfb.tar.xz | |
Add range print functions
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
