From 808519ed69ca6121bfb2d82266c570e88132e271 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 17 Sep 2002 21:54:47 +0000 Subject: Fix reds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2319 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'uisimulator/win32') 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 \ mpeg.c powermgmt.c font.c loadfont.c X5x8.c APPS = main.c tree.c menu.c credits.c main_menu.c icons.c \ - playlist.c showtext.c wps.c wps-display.c settings.c status.c + playlist.c showtext.c wps.c wps-display.c settings.c status.c \ + lang.c MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c @@ -160,6 +161,9 @@ $(OBJDIR)/playlist.o: $(APPDIR)/playlist.c $(OBJDIR)/showtext.o: $(APPDIR)/showtext.c $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/lang.o: $(APPDIR)/lang.c + $(CC) $(APPCFLAGS) -c $< -o $@ + $(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c $(CC) $(APPCFLAGS) -c $< -o $@ -- cgit v1.2.3