1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:07:36 +00:00

Font: Clean up AK::MappedFile and use it for mapping font files.

This commit is contained in:
Andreas Kling 2019-04-03 13:51:49 +02:00
parent ab6bd3872b
commit 3dc3754cde
5 changed files with 48 additions and 37 deletions

View file

@ -4,6 +4,7 @@ AK_OBJS = \
../AK/StringBuilder.o \
../AK/FileSystemPath.o \
../AK/StdLibExtras.o \
../AK/MappedFile.o \
../AK/kmalloc.o
LIBC_OBJS = \