summaryrefslogtreecommitdiffstats
path: root/uisimulator/win32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-19 22:06:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-19 22:06:41 +0000
commit49533752196b6d7d86ed1db1b2fecbecb8432888 (patch)
tree317c464a29c0bc247b619059090136ba5b9a6778 /uisimulator/win32
parent3a25735aa12dd3260ce657fd4e3315e08a4cf832 (diff)
downloadrockbox-49533752196b6d7d86ed1db1b2fecbecb8432888.tar.gz
rockbox-49533752196b6d7d86ed1db1b2fecbecb8432888.zip
non-cygwin builds need the sprintf.c file
remove credits.raw in the clean target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3294 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32')
-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
CFLAGS += -mwindows
LDFLAGS += -mwindows
APPCFLAGS += -mwindows
+ EXTRAFIRMSRC = sprintf.c
endif
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
@@ -88,7 +89,7 @@ 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 usb.c mpeg.c powermgmt.c power.c
+FIRMSRCS = $(LCDSRSC) id3.c usb.c mpeg.c powermgmt.c power.c $(EXTRAFIRMSRC)
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 \
@@ -118,7 +119,7 @@ $(OBJDIR)/uisw32-res.o: uisw32.rc
clean:
$(RM) $(OBJS) *~ core $(TARGET) $(CLIENTS) $(OBJDIR)/uisw32-res.o \
$(OBJDIR)/lang.[cho] $(OBJDIR)/build.lang $(OBJDIR)/*.o \
- $(OBJDIR)/sysfont.c
+ $(OBJDIR)/sysfont.c $(OBJDIR)/credits.raw
$(RM) -r $(DEPS)
distclean: clean