From bb5579e83824273cee9bb30fc220b62890937bce Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Mon, 24 Jun 2002 08:49:20 +0000 Subject: added screensaver and games menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1141 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'uisimulator/x11/Makefile') diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 75a823e361..d33fc5a30e 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -76,7 +76,7 @@ APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c settings.c APPS = main.c tree.c play.c menu.c credits.c main_menu.c sound_menu.c \ - playlist.c showtext.c + playlist.c showtext.c games_menu.c screensavers_menu.c ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) APPS += tetris.c sokoban.c bounce.c boxes.c icons.c bmp.c @@ -153,6 +153,12 @@ $(OBJDIR)/main_menu.o: $(APPDIR)/main_menu.c $(OBJDIR)/sound_menu.o: $(APPDIR)/sound_menu.c $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/games_menu.o: $(APPDIR)/games_menu.c + $(CC) $(APPCFLAGS) -c $< -o $@ + +$(OBJDIR)/screensavers_menu.o: $(APPDIR)/screensavers_menu.c + $(CC) $(APPCFLAGS) -c $< -o $@ + $(OBJDIR)/icons.o: $(RECDIR)/icons.c $(CC) $(APPCFLAGS) -c $< -o $@ -- cgit v1.2.3