mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
added blank
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1671 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bbb4c9ea47
commit
7c38da34e3
2 changed files with 6 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ APPS = main.c tree.c menu.c credits.c main_menu.c\
|
|||
MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c
|
||||
|
||||
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
|
||||
APPS += tetris.c sokoban.c bounce.c boxes.c icons.c bmp.c widgets.c
|
||||
APPS += tetris.c sokoban.c blank.c bounce.c boxes.c icons.c bmp.c widgets.c
|
||||
endif
|
||||
|
||||
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c stubs.c \
|
||||
|
|
@ -186,6 +186,9 @@ $(OBJDIR)/tetris.o: $(RECDIR)/tetris.c
|
|||
$(OBJDIR)/sokoban.o: $(RECDIR)/sokoban.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/blank.o: $(RECDIR)/blank.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/bounce.o: $(RECDIR)/bounce.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue