added blank

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1671 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2002-08-11 12:02:15 +00:00
parent bbb4c9ea47
commit 7c38da34e3
2 changed files with 6 additions and 3 deletions

View file

@ -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 $@