mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
New file font-player.c is added.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2763 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f9a912d850
commit
cacb758a47
1 changed files with 4 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -
|
|||
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
|
||||
LCDSRSC = lcd-recorder.c sysfont.c font.c
|
||||
else
|
||||
LCDSRSC = lcd-playersim.c lcd-player.c
|
||||
LCDSRSC = lcd-playersim.c lcd-player.c font-player.c
|
||||
endif
|
||||
FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\
|
||||
powermgmt.c panic.c ctype.c
|
||||
|
|
@ -301,6 +301,9 @@ $(OBJDIR)/power.o: $(DRIVERS)/power.c
|
|||
$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/font-player.o: ../common/font-player.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/lcd-player.o: $(DRIVERS)/lcd-player.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue