mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
A step towards WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1184 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f9c7c2ab5
commit
bb9aaf5065
7 changed files with 146 additions and 57 deletions
|
|
@ -76,7 +76,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\
|
||||
playlist.c showtext.c
|
||||
playlist.c showtext.c wps.c
|
||||
|
||||
MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c
|
||||
|
||||
|
|
@ -182,6 +182,9 @@ $(OBJDIR)/boxes.o: $(RECDIR)/boxes.c
|
|||
$(OBJDIR)/main.o: $(APPDIR)/main.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/wps.o: $(APPDIR)/wps.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/bmp.o: $(RECDIR)/bmp.c
|
||||
$(CC) $(APPCFLAGS) -c $< -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue