Rockbox mail archive
Subject: Re: [PATCH] fix for current win32 build problems in CVS
From: Robert Hak (rhak_at_ramapo.edu)
Date: 2002-09-12
patched.. update your cvs and try
/adi
On Thu, 12 Sep 2002, Bill Napier wrote:
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
===+===+===+===+===+===+===+===+===+===+===+===
Robert E. Hak
http://phobos.ramapo.edu/~rhak
Rockbox: The Archos Firmware Replacement!
FAQ: http://rockbox.haxx.se/docs/FAQ
===+===+===+===+===+===+===+===+===+===+===+===
"People deal too much with the negative, with what is wrong.
Why not try and see positive things, to just touch those things and make
them bloom?"
- Thich Nhat Hanh
Page was last modified "Jan 10 2012" The Rockbox Crew
|