summaryrefslogtreecommitdiffstats
path: root/uisimulator
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-10-12 13:31:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-10-12 13:31:22 +0000
commit752c8ecdc0d2f53f1d13af0fb1f8e6cb28645e66 (patch)
treef7c15943637b7c48b679979ac4ef3887365a0178 /uisimulator
parentb7292a43b0e8d8aa3c6104b7b6a12d7142e7c846 (diff)
downloadrockbox-752c8ecdc0d2f53f1d13af0fb1f8e6cb28645e66.tar.gz
rockbox-752c8ecdc0d2f53f1d13af0fb1f8e6cb28645e66.zip
removed showtext.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2600 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/win32/Makefile5
-rw-r--r--uisimulator/x11/Makefile5
2 files changed, 2 insertions, 8 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 5ad6130020..4554f39888 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -68,7 +68,7 @@ FIRMSRCS = lcd-recorder.c power.c sprintf.c id3.c usb.c \
mpeg.c powermgmt.c font.c sysfont.c ctype.c
APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
- playlist.c showtext.c wps.c wps-display.c settings.c status.c \
+ playlist.c wps.c wps-display.c settings.c status.c \
screens.c peakmeter.c viewer.c
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
@@ -167,9 +167,6 @@ $(OBJDIR)/tree.o: $(APPDIR)/tree.c
$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
$(CC) $(APPCFLAGS) -c $< -o $@
-$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c
- $(CC) $(APPCFLAGS) -c $< -o $@
-
$(OBJDIR)/build.lang: $(APPDIR)/lang/$(LANGUAGE).lang
perl $(TOOLSDIR)/uplang $(APPDIR)/lang/english.lang $< > $@
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index d4df5ef637..88a7214b9c 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -88,7 +88,7 @@ FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\
powermgmt.c font.c panic.c sysfont.c ctype.c
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\
+ playlist.c wps.c wps-display.c settings.c status.c icons.c\
screens.c peakmeter.c viewer.c
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
@@ -223,9 +223,6 @@ $(OBJDIR)/tree.o: $(APPDIR)/tree.c
$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
$(CC) $(APPCFLAGS) -c $< -o $@
-$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c
- $(CC) $(APPCFLAGS) -c $< -o $@
-
$(OBJDIR)/build.lang: $(APPDIR)/lang/$(LANGUAGE).lang
perl $(TOOLSDIR)/uplang $(APPDIR)/lang/english.lang $< > $@