forked from len0rd/rockbox
Removed play.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1214 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aeb1af39f8
commit
2d98ae3d03
1 changed files with 1 additions and 4 deletions
|
@ -75,7 +75,7 @@ APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall
|
|||
|
||||
FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c settings.c
|
||||
|
||||
APPS = main.c tree.c play.c menu.c credits.c main_menu.c\
|
||||
APPS = main.c tree.c menu.c credits.c main_menu.c\
|
||||
playlist.c showtext.c wps.c
|
||||
|
||||
MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c
|
||||
|
@ -188,9 +188,6 @@ $(OBJDIR)/wps.o: $(APPDIR)/wps.c
|
|||
$(OBJDIR)/bmp.o: $(RECDIR)/bmp.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/play.o: $(APPDIR)/play.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/tree.o: $(APPDIR)/tree.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue