summaryrefslogtreecommitdiff
path: root/uisimulator/win32
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-01-05 23:42:56 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-01-05 23:42:56 +0000
commitdaaec5df2f1b15baaac34fad4254c984ed7edda3 (patch)
treed90c6071afd4a7240e68d0e52efa51c2f5d58f42 /uisimulator/win32
parent97c76f9f68b6c5242262377d41b34edc0df7c9ac (diff)
still trying to fix the sim (blindfolded)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4195 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32')
-rw-r--r--uisimulator/win32/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 76dd1c9af2..69e6e0b734 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -96,8 +96,8 @@ ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
else
LCDSRSC = lcd-playersim.c lcd-player.c lcd-player-charset.c font-player.c
endif
-FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c powermgmt.c power.c \
- sprintf.c buffer.c lcd-common.c strtok.c random.c
+FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c mp3_playback.c \
+ powermgmt.c power.c sprintf.c buffer.c lcd-common.c strtok.c random.c
APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
playlist.c wps.c wps-display.c settings.c status.c \
@@ -266,6 +266,9 @@ $(OBJDIR)/debug.o: $(FIRMWAREDIR)/debug.c
$(OBJDIR)/mpeg.o: $(FIRMWAREDIR)/mpeg.c
$(CC) $(CFLAGS) -c $< -o $@
+$(OBJDIR)/mp3_playback.o: $(FIRMWAREDIR)/mp3_playback.c
+ $(CC) $(CFLAGS) -c $< -o $@
+
$(OBJDIR)/buffer.o: $(FIRMWAREDIR)/buffer.c
$(CC) $(CFLAGS) -c $< -o $@