summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/win32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 00e12ace7c..8bb495e0c3 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -81,7 +81,6 @@ else
81 CFLAGS += -mwindows 81 CFLAGS += -mwindows
82 LDFLAGS += -mwindows 82 LDFLAGS += -mwindows
83 APPCFLAGS += -mwindows 83 APPCFLAGS += -mwindows
84 EXTRAFIRMSRC = sprintf.c
85endif 84endif
86 85
87ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) 86ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
@@ -89,7 +88,8 @@ ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
89else 88else
90 LCDSRSC = lcd-playersim.c lcd-player.c lcd-player-charset.c font-player.c 89 LCDSRSC = lcd-playersim.c lcd-player.c lcd-player-charset.c font-player.c
91endif 90endif
92FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c powermgmt.c power.c $(EXTRAFIRMSRC) 91FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c powermgmt.c power.c \
92 sprintf.c
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 \