summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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