forked from len0rd/rockbox
viewer added to the build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2453 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
773e7a70cc
commit
58deeff5be
2 changed files with 8 additions and 2 deletions
|
@ -67,7 +67,7 @@ FIRMSRCS = lcd-recorder.c power.c sprintf.c id3.c usb.c \
|
|||
|
||||
APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
|
||||
playlist.c showtext.c wps.c wps-display.c settings.c status.c \
|
||||
screens.c peakmeter.c
|
||||
screens.c peakmeter.c viewer.c
|
||||
|
||||
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
|
||||
|
||||
|
@ -150,6 +150,9 @@ $(OBJDIR)/main.o: $(APPDIR)/main.c
|
|||
$(OBJDIR)/wps.o: $(APPDIR)/wps.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/viewer.o: $(APPDIR)/viewer.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/wps-display.o: $(APPDIR)/wps-display.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ FIRMSRCS = lcd-recorder.c sprintf.c id3.c debug.c usb.c mpeg.c power.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\
|
||||
screens.c peakmeter.c
|
||||
screens.c peakmeter.c viewer.c
|
||||
|
||||
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
|
||||
|
||||
|
@ -201,6 +201,9 @@ $(OBJDIR)/main.o: $(APPDIR)/main.c
|
|||
$(OBJDIR)/wps.o: $(APPDIR)/wps.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/viewer.o: $(APPDIR)/viewer.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/wps-display.o: $(APPDIR)/wps-display.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue