Rockbox mail archive
Subject: [PATCH] Patch to fix current simulator daily builds
From: Bill Napier (napier_at_pobox.com)
Date: 2002-09-17
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
@@ -64,7 +64,8 @@
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)/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 $@
@@ -190,7 +194,7 @@
$(OBJDIR)/status.o: $(APPDIR)/status.c
$(CC) $(APPCFLAGS) -c $< -o $@
$(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
@@ -80,7 +80,8 @@
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
@@ -211,6 +212,9 @@
$(CC) $(APPCFLAGS) -c $< -o $@
$(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
--
space for rent
Page was last modified "Jan 10 2012" The Rockbox Crew
|