Rockbox mail archive
Subject: [PATCH] fix for current win32 build problems in CVS
From: Bill Napier (napier_at_pobox.com)
Date: 2002-09-12
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
@@ -61,10 +61,11 @@
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
@@ -181,7 +184,19 @@
$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c
$(CC) $(APPCFLAGS) -c $< -o $@
+$(OBJDIR)/font.o: $(FIRMWAREDIR)/font.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: $(APPDIR)/version.c
$(CC) $(APPCFLAGS) -c $< -o $@
$(OBJDIR)/debug.o: $(FIRMWAREDIR)/debug.c
Page was last modified "Jan 10 2012" The Rockbox Crew
|