From 143471447c3f7307c5fc24a861bdb73df34d4a7c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 8 May 2002 11:05:28 +0000 Subject: added icons.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@511 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 33465d4710..9753394456 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -52,7 +52,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c -APPS = tetris.c screensaver.c tree.c app.c play.c menu.c +APPS = tetris.c screensaver.c tree.c app.c play.c menu.c icons.c SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \ button-x11.c io.c sleep.c $(APPS) $(FIRMSRCS) @@ -71,6 +71,9 @@ distclean: clean menu.o: $(APPDIR)/menu.c $(CC) $(CFLAGS) -c $< -o $@ +icons.o: $(APPDIR)/icons.c + $(CC) $(CFLAGS) -c $< -o $@ + tetris.o: $(APPDIR)/tetris.c $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3