|
Rockbox mail archiveSubject: [PATCH] Patch to fix current simulator daily builds[PATCH] Patch to fix current simulator daily builds
From: Bill Napier <napier_at_pobox.com>
Date: 17 Sep 2002 10:45:06 -0400 Basically adds "lang.c" to the APPS sources for both the X11 and WIN32 simulators. b Index: uisimulator/win32/Makefile =================================================================== RCS file: /cvsroot/rockbox/uisimulator/win32/Makefile,v retrieving revision 1.20 diff -u -b -r1.20 Makefile --- uisimulator//win32/Makefile 13 Sep 2002 06:43:28 -0000 1.20 +++ uisimulator//win32/Makefile 17 Sep 2002 14:42:26 -0000 _at__at_ -64,7 +64,8 _at__at_ 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 _at__at_ -160,6 +161,9 _at__at_ $(OBJDIR)/showtext.o: $(APPDIR)/showtext.c $(CC) $(APPCFLAGS) -c $< -o $_at_ +$(OBJDIR)/lang.o: $(APPDIR)/lang.c + $(CC) $(APPCFLAGS) -c $< -o $_at_ + $(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c $(CC) $(APPCFLAGS) -c $< -o $_at_ _at__at_ -190,7 +194,7 _at__at_ $(OBJDIR)/status.o: $(APPDIR)/status.c $(CC) $(APPCFLAGS) -c $< -o $_at_ $(OBJDIR)/debug.o: $(FIRMWAREDIR)/debug.c Index: uisimulator/x11/Makefile =================================================================== RCS file: /cvsroot/rockbox/uisimulator/x11/Makefile,v retrieving revision 1.68 diff -u -b -r1.68 Makefile --- uisimulator//x11/Makefile 13 Sep 2002 06:43:28 -0000 1.68 +++ uisimulator//x11/Makefile 17 Sep 2002 14:42:27 -0000 _at__at_ -80,7 +80,8 _at__at_ 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 _at__at_ -211,6 +212,9 _at__at_ $(CC) $(APPCFLAGS) -c $< -o $_at_ $(OBJDIR)/showtext.o: $(APPDIR)/showtext.c + $(CC) $(APPCFLAGS) -c $< -o $_at_ + +$(OBJDIR)/lang.o: $(APPDIR)/lang.c $(CC) $(APPCFLAGS) -c $< -o $_at_ $(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c -- space for rentReceived on 2002-09-17 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |