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

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2010-05-02 10:02:50
Good morning!

On Sat, May 01, 2010 at 10:13:11PM +0200, silverdr@wfmh.org.pl wrote:
> Please note the first "src/main.s", which in case of using cl65 with -c
> option should not have anything to do with the intermediate asm source,
> right?

This is exactly what I've described before. --create-full-dep is in your case
passed to the compiler, which generates a dependency for its output - and this
output is the intermediate .s file. There is no additional magic involved.

The only way around this is to have the compiler and assembler communicate the
files, but this is currently too much work. So you have to live with a tool
like sed to adjust the output.

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 Sun May 2 10:02:58 2010

This archive was generated by hypermail 2.1.8 : 2010-05-02 10:03:00 CEST