forked from len0rd/rockbox
added bounce.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1014 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
151a86d871
commit
c1ea15f4f9
1 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,7 @@ APPS = main.c tree.c play.c menu.c credits.c main_menu.c sound_menu.c \
|
|||
playlist.c
|
||||
|
||||
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
|
||||
APPS += tetris.c screensaver.c icons.c bmp.c
|
||||
APPS += tetris.c bounce.c screensaver.c icons.c bmp.c
|
||||
endif
|
||||
|
||||
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c mpeg.c \
|
||||
|
@ -153,6 +153,9 @@ $(OBJDIR)/icons.o: $(RECDIR)/icons.c
|
|||
$(OBJDIR)/tetris.o: $(RECDIR)/tetris.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/bounce.o: $(RECDIR)/bounce.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/screensaver.o: $(RECDIR)/screensaver.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue