summaryrefslogtreecommitdiffstats
path: root/uisimulator/win32
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/win32
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/win32')
-rw-r--r--uisimulator/win32/Makefile5
1 files changed, 1 insertions, 4 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 $< > $@