From 2625ebb202b546ff6d4c87b0c007e8df33df37d7 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Tue, 10 Sep 2002 21:21:29 +0000 Subject: added snake ref git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2262 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'uisimulator/win32/Makefile') diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index 85d61fe907..6803e85d54 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -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 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 endif @@ -121,6 +121,9 @@ $(OBJDIR)/icons.o: $(MACHINEDIR)/icons.c $(OBJDIR)/widgets.o: $(RECDIR)/widgets.c $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/snake.o: $(RECDIR)/snake.c + $(CC) $(APPCFLAGS) -c $< -o $@ + $(OBJDIR)/tetris.o: $(RECDIR)/tetris.c $(CC) $(APPCFLAGS) -c $< -o $@ -- cgit v1.2.3