summaryrefslogtreecommitdiff
path: root/uisimulator/win32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/Makefile')
-rw-r--r--uisimulator/win32/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index d152ea7933..5d3ad06c76 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -89,7 +89,7 @@ ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
89else 89else
90 LCDSRSC = lcd-playersim.c lcd-player.c lcd-player-charset.c font-player.c 90 LCDSRSC = lcd-playersim.c lcd-player.c lcd-player-charset.c font-player.c
91endif 91endif
92FIRMSRCS = $(LCDSRSC) id3.c usb.c mpeg.c powermgmt.c power.c $(EXTRAFIRMSRC) 92FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c powermgmt.c power.c $(EXTRAFIRMSRC)
93 93
94APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \ 94APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
95 playlist.c wps.c wps-display.c settings.c status.c \ 95 playlist.c wps.c wps-display.c settings.c status.c \
@@ -234,6 +234,9 @@ $(OBJDIR)/settings.o: $(APPDIR)/settings.c
234$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c 234$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c
235 $(CC) $(CFLAGS) -c $< -o $@ 235 $(CC) $(CFLAGS) -c $< -o $@
236 236
237$(OBJDIR)/mp3data.o: $(FIRMWAREDIR)/mp3data.c
238 $(CC) $(CFLAGS) -c $< -o $@
239
237$(OBJDIR)/font.o: $(FIRMWAREDIR)/font.c 240$(OBJDIR)/font.o: $(FIRMWAREDIR)/font.c
238 $(CC) $(CFLAGS) -c $< -o $@ 241 $(CC) $(CFLAGS) -c $< -o $@
239 242