Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: [PATCH] fix for current win32 build problems in CVS

[PATCH] fix for current win32 build problems in CVS

From: Bill Napier <napier_at_pobox.com>
Date: 12 Sep 2002 15:57:46 -0400

Index: Makefile
===================================================================
RCS file: /cvsroot/rockbox/uisimulator/win32/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile 10 Sep 2002 21:21:29 -0000 1.17
+++ Makefile 12 Sep 2002 19:55:32 -0000
_at__at_ -61,10 +61,11 _at__at_
 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
 
_at__at_ -181,7 +184,19 _at__at_
 $(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c
         $(CC) $(APPCFLAGS) -c $< -o $_at_
 
+$(OBJDIR)/font.o: $(FIRMWAREDIR)/font.c
+ $(CC) $(APPCFLAGS) -c $< -o $_at_
+
+$(OBJDIR)/loadfont.o: $(FIRMWAREDIR)/loadfont.c
+ $(CC) $(APPCFLAGS) -c $< -o $_at_
+
+$(OBJDIR)/X5x8.o: $(FIRMWAREDIR)/X5x8.c
+ $(CC) $(APPCFLAGS) -c $< -o $_at_
+
 $(OBJDIR)/status.o: $(APPDIR)/status.c
+ $(CC) $(APPCFLAGS) -c $< -o $_at_
+
+$(OBJDIR)/version.o: $(APPDIR)/version.c
         $(CC) $(APPCFLAGS) -c $< -o $_at_
 
 $(OBJDIR)/debug.o: $(FIRMWAREDIR)/debug.c
Received on 2002-09-12

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy