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 +++++- uisimulator/x11/Makefile | 6 +++++- 2 files changed, 10 insertions(+), 2 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 \ 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 $@ diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 9bebeac067..2f74394d1f 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -80,7 +80,8 @@ FIRMSRCS = lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\ powermgmt.c font.c X5x8.c loadfont.c panic.c APPS = main.c tree.c menu.c credits.c main_menu.c\ - playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c + playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c \ + lang.c MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c @@ -213,6 +214,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) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3