From 86704740792ae81add713f4f4b619c57fee79e47 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 2 May 2003 12:17:22 +0000 Subject: compile and link with sprintf.c always, since we now have a special fprintf() version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3639 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 4 ++-- 1 file 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 CFLAGS += -mwindows LDFLAGS += -mwindows APPCFLAGS += -mwindows - EXTRAFIRMSRC = sprintf.c endif ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) @@ -89,7 +88,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 $(EXTRAFIRMSRC) +FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c powermgmt.c power.c \ + sprintf.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 \ -- cgit v1.2.3