summaryrefslogtreecommitdiff
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 \
68 mpeg.c powermgmt.c font.c sysfont.c ctype.c 68 mpeg.c powermgmt.c font.c sysfont.c ctype.c
69 69
70APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \ 70APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
71 playlist.c showtext.c wps.c wps-display.c settings.c status.c \ 71 playlist.c wps.c wps-display.c settings.c status.c \
72 screens.c peakmeter.c viewer.c 72 screens.c peakmeter.c viewer.c
73 73
74MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 74MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
@@ -167,9 +167,6 @@ $(OBJDIR)/tree.o: $(APPDIR)/tree.c
167$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c 167$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
168 $(CC) $(APPCFLAGS) -c $< -o $@ 168 $(CC) $(APPCFLAGS) -c $< -o $@
169 169
170$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c
171 $(CC) $(APPCFLAGS) -c $< -o $@
172
173$(OBJDIR)/build.lang: $(APPDIR)/lang/$(LANGUAGE).lang 170$(OBJDIR)/build.lang: $(APPDIR)/lang/$(LANGUAGE).lang
174 perl $(TOOLSDIR)/uplang $(APPDIR)/lang/english.lang $< > $@ 171 perl $(TOOLSDIR)/uplang $(APPDIR)/lang/english.lang $< > $@
175 172