mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 15:12:30 -05:00
added the language.c apps file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2390 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a007ebf3b1
commit
e998b895f9
1 changed files with 4 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -
|
||||||
FIRMSRCS = lcd-recorder.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\
|
FIRMSRCS = lcd-recorder.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\
|
||||||
powermgmt.c font.c panic.c sysfont.c
|
powermgmt.c font.c panic.c sysfont.c
|
||||||
|
|
||||||
APPS = main.c tree.c menu.c credits.c main_menu.c\
|
APPS = main.c tree.c menu.c credits.c main_menu.c language.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
|
||||||
|
|
||||||
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
|
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
|
||||||
|
|
@ -157,6 +157,9 @@ $(OBJDIR)/menu.o: $(APPDIR)/menu.c
|
||||||
$(OBJDIR)/main_menu.o: $(APPDIR)/main_menu.c
|
$(OBJDIR)/main_menu.o: $(APPDIR)/main_menu.c
|
||||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||||
|
|
||||||
|
$(OBJDIR)/language.o: $(APPDIR)/language.c
|
||||||
|
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||||
|
|
||||||
$(OBJDIR)/sound_menu.o: $(APPDIR)/sound_menu.c
|
$(OBJDIR)/sound_menu.o: $(APPDIR)/sound_menu.c
|
||||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue