Re: [cc65] --create-dep for ca65?

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2010-05-04 22:28:37
On Tue, May 04, 2010 at 10:16:04PM +0200, Ullrich von Bassewitz wrote:
> > - If for some reson or another Uz doesn't do so then we'll just stick
> > to the plain ca65 for assembling. Thus we'll be back at -I for the
> > compiling and aseembling (and --bin-include-dir).
>
> My current plans are to add --bin-include-dir to the assembler and increase
> the magic behind -I so it will work for assembler files.

The latter part had been canceled because it doesn't work. -I is additive, so 
"-I foo -I bar" will add two paths. So there is no way to meet all
expectations for

        cl65 -I cdir cexample.c -I asmdir asmexample.s

(one would expect the second -I to override the first) and

        cl65 -I dir1 -example1.c -I dir2 example2.c

(second directory should be added, so second file is compiled with two -I
switches).

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue May 4 22:28:46 2010

This archive was generated by hypermail 2.1.8 : 2010-05-04 22:28:48 CEST