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



Rockbox mail archive

Subject: RE: apps win32.mak,1.8,1.9

RE: apps win32.mak,1.8,1.9

From: edx <Felix.Arends_at_gmx.de>
Date: Tue, 22 Oct 2002 20:54:56 +0200

I'm sorry, forgot to give Tim Elliott credits for his work. It is his
update, really.

- Felix Arends

> -----Original Message-----
> From: owner-rockbox_at_cool.haxx.se [mailto:owner-rockbox_at_cool.haxx.se]
On
> Behalf Of Felix Arends
> Sent: Tuesday, October 22, 2002 8:50 PM
> To: rockbox-cvs_at_cool.haxx.se
> Subject: cvs: apps win32.mak,1.8,1.9
>
> Update of /cvsroot/rockbox/apps
> In directory usw-pr-cvs1:/tmp/cvs-serv30814
>
> Modified Files:
> win32.mak
> Log Message:
> now supporting the credits.pl script and a language is pre-set
>
> Index: win32.mak
> ===================================================================
> RCS file: /cvsroot/rockbox/apps/win32.mak,v
> retrieving revision 1.8
> retrieving revision 1.9
> diff -u -b -r1.8 -r1.9
> --- win32.mak 21 Sep 2002 21:13:31 -0000 1.8
> +++ win32.mak 22 Oct 2002 18:49:50 -0000 1.9
> _at__at_ -27,8 +27,11 _at__at_
> AS = sh-elf-as
> OC = sh-elf-objcopy
>
> +LANGUAGE = english
> +
> FIRMWARE := ../firmware
> TOOLS := ../tools
> +DOCSDIR := ../docs
>
> INCLUDES= -I$(FIRMWARE)/include -I$(FIRMWARE) -I$(FIRMWARE)/common -
> I$(FIRMWARE)/drivers -I$(FIRMWARE)/malloc -I.
>
> _at__at_ -100,6 +103,12 _at__at_
> $(OBJDIR)/$(OUTNAME) : $(OBJDIR)/archos.bin
> $(TOOLS)/scramble $(OBJDIR)/archos.bin $(OBJDIR)/$(OUTNAME)
>
> +$(OBJDIR)/credits.raw: $(DOCSDIR)/CREDITS
> + perl credits.pl < $< > $(OBJDIR)/$_at_
> +
> +$(OBJDIR)/credits.o: $(OBJDIR)/credits.c $(OBJDIR)/credits.h
> $(OBJDIR)/credits.raw
> + $(CC) $(CFLAGS) -c $< -o $_at_
> +
> $(OBJDIR)/%.o: %.c
> $(CC) $(CFLAGS) $(TARGET) -c $< -o $_at_
>
> _at__at_ -116,7 +125,8 _at__at_
> clean:
> -rm -f $(OBJS) $(OBJDIR)/$(OUTNAME) $(OBJDIR)/archos.asm \
> $(OBJDIR)/archos.bin $(OBJDIR)/archos.elf $(OBJDIR)/archos.map \
> - $(OBJDIR)/lang.o $(OBJDIR)/build.lang $(OBJDIR)/lang.[ch]
> + $(OBJDIR)/build.lang $(OBJDIR)/lang.c $(OBJDIR)/lang.h \
> + $(OBJDIR)/credits.raw
> make -C $(FIRMWARE) -f win32.mak TARGET=$(TARGET) DEBUG=$(DEBUG)
> OBJDIR=$(OBJDIR) clean
>
> DEPS:=.deps
Received on 2002-10-22

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