The firmware/fonts directory is now removed, and we now use fonts/rockbox_default.bdf to create the internal font
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6945 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ec1ad9951
commit
e118154e37
2 changed files with 1 additions and 2896 deletions
|
@ -42,7 +42,7 @@ $(OBJDIR)/thread.o: thread.c export/thread.h
|
|||
$(SILENT)echo "CC thread.c"
|
||||
$(SILENT)$(CC) -c -O -fomit-frame-pointer $(CFLAGS) $< -o $@
|
||||
|
||||
$(OBJDIR)/sysfont.o: fonts/clR6x8.bdf
|
||||
$(OBJDIR)/sysfont.o: ../fonts/rockbox_default.bdf
|
||||
@echo "CONVBDF"
|
||||
$(SILENT)$(TOOLSDIR)/convbdf -c -o $(OBJDIR)/sysfont.c $<
|
||||
@echo "CC sysfont.c"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue