forked from len0rd/rockbox
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\
|
||||
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
|
||||
|
||||
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
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/language.o: $(APPDIR)/language.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/sound_menu.o: $(APPDIR)/sound_menu.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue