From 88a1c6ab55ba8dceb4d5840ec9458a75e30c8d14 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Sat, 18 May 2002 11:43:03 +0000 Subject: added credits.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@632 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'uisimulator/x11') diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 7689da57bf..996ef6105d 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -52,7 +52,7 @@ ifeq ($(UNAME),Linux) INCLUDES += -I/usr/X11R6/include LIBDIRS = -L/usr/X11R6/lib DEFINES += -DLINUX -# MPEG_PLAY = 1 + # MPEG_PLAY = 1 else DEFINES += -DBIG_ENDIAN LIBDIRS = @@ -64,7 +64,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 icons.c bmp.c +APPS = tetris.c screensaver.c tree.c app.c play.c menu.c icons.c bmp.c credits.c SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \ @@ -126,6 +126,9 @@ mpegplay.o: $(PREVAPPDIR)/common/mpegplay.c endif +credits.o: $(APPDIR)/credits.c + $(CC) $(CFLAGS) -c $< -o $@ + menu.o: $(APPDIR)/menu.c $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3