Update of /cvsroot/rockbox/uisimulator/x11
In directory usw-pr-cvs1:/tmp/cvs-serv8473/x11
Modified Files:
Makefile
Log Message:
viewer added to the build
Index: Makefile
===================================================================
RCS file: /cvsroot/rockbox/uisimulator/x11/Makefile,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- Makefile 27 Sep 2002 09:31:31 -0000 1.77
+++ Makefile 30 Sep 2002 19:06:29 -0000 1.78
@@ -82,7 +82,7 @@
APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c\
- screens.c peakmeter.c
+ screens.c peakmeter.c viewer.c
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
@@ -199,6 +199,9 @@
$(CC) $(APPCFLAGS) -c $< -o $@
$(OBJDIR)/wps.o: $(APPDIR)/wps.c
+ $(CC) $(APPCFLAGS) -c $< -o $@
+
+$(OBJDIR)/viewer.o: $(APPDIR)/viewer.c
$(CC) $(APPCFLAGS) -c $< -o $@
$(OBJDIR)/wps-display.o: $(APPDIR)/wps-display.c
|