From c1ea15f4f9861819609860da40c9db8f649f596e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 15 Jun 2002 13:31:53 +0000 Subject: added bounce.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1014 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 0aac0a0783..a083fc6548 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -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 $@ -- cgit v1.2.3