summaryrefslogtreecommitdiff
path: root/uisimulator/common/player_icons/Makefile
diff options
context:
space:
mode:
authorMats Lidell <matsl@rockbox.org>2002-10-05 23:57:07 +0000
committerMats Lidell <matsl@rockbox.org>2002-10-05 23:57:07 +0000
commit90d7b7879379e911b1d303a3c7479deab6cb4e21 (patch)
treea98256acf792d5b4285abc38fbbd3ad21d8997e6 /uisimulator/common/player_icons/Makefile
parentf7310b7eb179c263ba5923d465984ebdb4c8284a (diff)
downloadrockbox-90d7b7879379e911b1d303a3c7479deab6cb4e21.tar.gz
rockbox-90d7b7879379e911b1d303a3c7479deab6cb4e21.zip
Added icons for repeat and repeat 1.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2511 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/player_icons/Makefile')
-rw-r--r--uisimulator/common/player_icons/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/uisimulator/common/player_icons/Makefile b/uisimulator/common/player_icons/Makefile
index baeb151e5c..288458f00d 100644
--- a/uisimulator/common/player_icons/Makefile
+++ b/uisimulator/common/player_icons/Makefile
@@ -28,7 +28,8 @@ SUFFIXES := .bmp
28BITMAPS = battery.bmp battery_bit.bmp \ 28BITMAPS = battery.bmp battery_bit.bmp \
29 pause.bmp play.bmp record.bmp \ 29 pause.bmp play.bmp record.bmp \
30 volume.bmp volume1.bmp volume2.bmp volume3.bmp volume4.bmp volume5.bmp \ 30 volume.bmp volume1.bmp volume2.bmp volume3.bmp volume4.bmp volume5.bmp \
31 usb.bmp audio.bmp param.bmp 31 usb.bmp audio.bmp param.bmp \
32 repeat.bmp repeat1.bmp
32 33
33SRCS := $(BITMAPS:%.bmp=%.h) 34SRCS := $(BITMAPS:%.bmp=%.h)
34 35