added credits.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@632 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2002-05-18 11:43:03 +00:00
parent 7ec9aa3bd8
commit 88a1c6ab55

View file

@ -64,7 +64,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES)
FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c
APPS = tetris.c screensaver.c tree.c app.c play.c menu.c icons.c bmp.c
APPS = tetris.c screensaver.c tree.c app.c play.c menu.c icons.c bmp.c credits.c
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \
@ -126,6 +126,9 @@ mpegplay.o: $(PREVAPPDIR)/common/mpegplay.c
endif
credits.o: $(APPDIR)/credits.c
$(CC) $(CFLAGS) -c $< -o $@
menu.o: $(APPDIR)/menu.c
$(CC) $(CFLAGS) -c $< -o $@