mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 06:32:34 -05:00
added snake ref
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2262 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c633d42212
commit
2625ebb202
1 changed files with 4 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ APPS = main.c tree.c menu.c credits.c main_menu.c icons.c \
|
||||||
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
|
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
|
||||||
|
|
||||||
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
|
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
|
||||||
APPS += tetris.c sokoban.c bounce.c snow.c bmp.c \
|
APPS += snake.c tetris.c sokoban.c bounce.c snow.c bmp.c \
|
||||||
widgets.c wormlet.c
|
widgets.c wormlet.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
@ -121,6 +121,9 @@ $(OBJDIR)/icons.o: $(MACHINEDIR)/icons.c
|
||||||
$(OBJDIR)/widgets.o: $(RECDIR)/widgets.c
|
$(OBJDIR)/widgets.o: $(RECDIR)/widgets.c
|
||||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||||
|
|
||||||
|
$(OBJDIR)/snake.o: $(RECDIR)/snake.c
|
||||||
|
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||||
|
|
||||||
$(OBJDIR)/tetris.o: $(RECDIR)/tetris.c
|
$(OBJDIR)/tetris.o: $(RECDIR)/tetris.c
|
||||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue