mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
added icons.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@511 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
81948a5994
commit
143471447c
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES)
|
||||||
|
|
||||||
FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c
|
FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c
|
||||||
|
|
||||||
APPS = tetris.c screensaver.c tree.c app.c play.c menu.c
|
APPS = tetris.c screensaver.c tree.c app.c play.c menu.c icons.c
|
||||||
|
|
||||||
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \
|
SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \
|
||||||
button-x11.c io.c sleep.c $(APPS) $(FIRMSRCS)
|
button-x11.c io.c sleep.c $(APPS) $(FIRMSRCS)
|
||||||
|
|
@ -71,6 +71,9 @@ distclean: clean
|
||||||
menu.o: $(APPDIR)/menu.c
|
menu.o: $(APPDIR)/menu.c
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
|
icons.o: $(APPDIR)/icons.c
|
||||||
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
tetris.o: $(APPDIR)/tetris.c
|
tetris.o: $(APPDIR)/tetris.c
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue