summaryrefslogtreecommitdiff
path: root/uisimulator/win32/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-17 21:54:47 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-17 21:54:47 +0000
commit808519ed69ca6121bfb2d82266c570e88132e271 (patch)
treee7aa1af1c69c03a732bf1a507589d9a3da38c181 /uisimulator/win32/Makefile
parent8d47c5c32951b17ef1efd1ad94c4ab559dc7ab4b (diff)
downloadrockbox-808519ed69ca6121bfb2d82266c570e88132e271.tar.gz
rockbox-808519ed69ca6121bfb2d82266c570e88132e271.zip
Fix reds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2319 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32/Makefile')
-rw-r--r--uisimulator/win32/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 1dfa881894..c3a585e64e 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -64,7 +64,8 @@ FIRMSRCS = lcd.c power.c sprintf.c id3.c usb.c \
64 mpeg.c powermgmt.c font.c loadfont.c X5x8.c 64 mpeg.c powermgmt.c font.c loadfont.c X5x8.c
65 65
66APPS = main.c tree.c menu.c credits.c main_menu.c icons.c \ 66APPS = main.c tree.c menu.c credits.c main_menu.c icons.c \
67 playlist.c showtext.c wps.c wps-display.c settings.c status.c 67 playlist.c showtext.c wps.c wps-display.c settings.c status.c \
68 lang.c
68 69
69MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 70MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
70 71
@@ -160,6 +161,9 @@ $(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
160$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c 161$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c
161 $(CC) $(APPCFLAGS) -c $< -o $@ 162 $(CC) $(APPCFLAGS) -c $< -o $@
162 163
164$(OBJDIR)/lang.o: $(APPDIR)/lang.c
165 $(CC) $(APPCFLAGS) -c $< -o $@
166
163$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c 167$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c
164 $(CC) $(APPCFLAGS) -c $< -o $@ 168 $(CC) $(APPCFLAGS) -c $< -o $@
165 169