From 11b67af481d6c7599dd76c1b25262305cde1de92 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Thu, 12 Sep 2002 21:33:33 +0000 Subject: Bill Napier's patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2278 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'uisimulator/win32/Makefile') diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index 6803e85d54..eaf9104a81 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -61,7 +61,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall -mwindows APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mwindows FIRMSRCS = chartables.c lcd.c power.c sprintf.c id3.c usb.c \ - mpeg.c powermgmt.c + mpeg.c powermgmt.c font.c loadfont.c X5x8.c APPS = main.c tree.c menu.c credits.c main_menu.c icons.c \ playlist.c showtext.c wps.c wps-display.c settings.c status.c @@ -181,9 +181,21 @@ $(OBJDIR)/settings.o: $(APPDIR)/settings.c $(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/font.o: $(FIRMWAREDIR)/id3.c + $(CC) $(APPCFLAGS) -c $< -o $@ + +$(OBJDIR)/loadfont.o: $(FIRMWAREDIR)/loadfont.c + $(CC) $(APPCFLAGS) -c $< -o $@ + +$(OBJDIR)/X5x8.o: $(FIRMWAREDIR)/X5x8.c + $(CC) $(APPCFLAGS) -c $< -o $@ + $(OBJDIR)/status.o: $(APPDIR)/status.c $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/version.o: $(FIRMWAREDIR)/version.c + $(CC) $(CFLAGS) -c $< -o $@ + $(OBJDIR)/debug.o: $(FIRMWAREDIR)/debug.c $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3