The font will be shown in another way in player-simulator so the sysfont.c

and font.c will be recorder-only.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2732 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kjell Ericson 2002-10-21 20:15:23 +00:00
parent cfa206bfed
commit d317ddb333

View file

@ -81,12 +81,12 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall
APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
LCDSRSC = lcd-recorder.c LCDSRSC = lcd-recorder.c sysfont.c font.c
else else
LCDSRSC = lcd-playersim.c lcd-player.c LCDSRSC = lcd-playersim.c lcd-player.c
endif endif
FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\ FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\
powermgmt.c font.c panic.c sysfont.c ctype.c powermgmt.c panic.c ctype.c
APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
playlist.c wps.c wps-display.c settings.c status.c icons.c\ playlist.c wps.c wps-display.c settings.c status.c icons.c\