From a4124e00b9b4a206d1b375468c4ff7efd0cb7908 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 2 Sep 2008 00:09:19 +0000 Subject: Font cleanup step 1: * alt8x8 - completely broken encoding. * atari-small - ASCII only, not used by any theme. * clR6x8-8859-2 - integrated into rockbox_default. * courB* - not used by any theme. * Hebrew-* - bad unicode coverage, essentially unused. * ter-u??v - 'EGA/VGA bold' versions of ter-u??b, meaningless in rockbox. * timR08 - not used by any theme. * uwe_prop - proportional is a slightly improved version of that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18381 a1c6a512-1295-4272-9138-f99709370657 --- firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/Makefile') diff --git a/firmware/Makefile b/firmware/Makefile index d09676fdb1..e9fe32dba5 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -43,10 +43,10 @@ $(OBJDIR)/thread.o: thread.c export/thread.h $(call PRINTS,CC thread.c)$(CC) -c -O -fomit-frame-pointer $(CFLAGS) $< -o $@ $(BUILDDIR)/sysfont.h: ../fonts/rockbox_default.bdf - $(call PRINTS,Create sysfont.h)$(TOOLSDIR)/convbdf -h -o $@ $< + $(call PRINTS,Create sysfont.h)$(TOOLSDIR)/convbdf -l 255 -h -o $@ $< $(OBJDIR)/sysfont.o: ../fonts/rockbox_default.bdf - $(call PRINTS,CONVBDF)$(TOOLSDIR)/convbdf -c -o $(OBJDIR)/sysfont.c $< + $(call PRINTS,CONVBDF)$(TOOLSDIR)/convbdf -l 255 -c -o $(OBJDIR)/sysfont.c $< $(call PRINTS,CC sysfont.c)$(CC) $(CFLAGS) -c $(OBJDIR)/sysfont.c -o $@ -include $(DEPFILE) -- cgit v1.2.3