mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 15:12:30 -05:00
Added onplay.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3437 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d7a55e1868
commit
61a4cce656
2 changed files with 8 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c powermgmt.c power.c $(EXTRAFI
|
|||
|
||||
APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
|
||||
playlist.c wps.c wps-display.c settings.c status.c \
|
||||
screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c
|
||||
screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c onplay.c
|
||||
|
||||
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
|
||||
|
||||
|
|
@ -200,6 +200,9 @@ $(OBJDIR)/bmp.o: $(RECDIR)/bmp.c
|
|||
$(OBJDIR)/tree.o: $(APPDIR)/tree.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/onplay.o: $(APPDIR)/onplay.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ FIRMSRCS = $(LCDSRSC) 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 wps.c wps-display.c settings.c status.c icons.c\
|
||||
screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c
|
||||
screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c onplay.c
|
||||
|
||||
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
|
||||
|
||||
|
|
@ -240,6 +240,9 @@ $(OBJDIR)/bmp.o: $(RECDIR)/bmp.c
|
|||
$(OBJDIR)/tree.o: $(APPDIR)/tree.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/onplay.o: $(APPDIR)/onplay.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue