mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
added credits.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@632 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7ec9aa3bd8
commit
88a1c6ab55
1 changed files with 5 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES)
|
||||||
|
|
||||||
FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c
|
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 \
|
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \
|
||||||
|
|
@ -126,6 +126,9 @@ mpegplay.o: $(PREVAPPDIR)/common/mpegplay.c
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
credits.o: $(APPDIR)/credits.c
|
||||||
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
menu.o: $(APPDIR)/menu.c
|
menu.o: $(APPDIR)/menu.c
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue