summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/win32/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 05c2729ff6..614c172620 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -81,6 +81,7 @@ else
81 CFLAGS += -mwindows 81 CFLAGS += -mwindows
82 LDFLAGS += -mwindows 82 LDFLAGS += -mwindows
83 APPCFLAGS += -mwindows 83 APPCFLAGS += -mwindows
84 EXTRAFIRMSRC = sprintf.c
84endif 85endif
85 86
86ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) 87ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
@@ -88,7 +89,7 @@ ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
88else 89else
89 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
90endif 91endif
91FIRMSRCS = $(LCDSRSC) id3.c usb.c mpeg.c powermgmt.c power.c 92FIRMSRCS = $(LCDSRSC) id3.c usb.c mpeg.c powermgmt.c power.c $(EXTRAFIRMSRC)
92 93
93APPS = 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 \
94 playlist.c wps.c wps-display.c settings.c status.c \ 95 playlist.c wps.c wps-display.c settings.c status.c \
@@ -118,7 +119,7 @@ $(OBJDIR)/uisw32-res.o: uisw32.rc
118clean: 119clean:
119 $(RM) $(OBJS) *~ core $(TARGET) $(CLIENTS) $(OBJDIR)/uisw32-res.o \ 120 $(RM) $(OBJS) *~ core $(TARGET) $(CLIENTS) $(OBJDIR)/uisw32-res.o \
120 $(OBJDIR)/lang.[cho] $(OBJDIR)/build.lang $(OBJDIR)/*.o \ 121 $(OBJDIR)/lang.[cho] $(OBJDIR)/build.lang $(OBJDIR)/*.o \
121 $(OBJDIR)/sysfont.c 122 $(OBJDIR)/sysfont.c $(OBJDIR)/credits.raw
122 $(RM) -r $(DEPS) 123 $(RM) -r $(DEPS)
123 124
124distclean: clean 125distclean: clean