[cc65] Fwd: Bug in cl65 (?)

From: Oliver Schmidt <ol.sc1web.de>
Date: 2010-04-22 14:23:51
Hi,

not really a bug but rather a feature request:

AFAIK it would be best, if

  cl65 -c src/aaa.c -o obj/bbb.o

would translate to

  cc65 src/aaa.c -o obj/bbb.s
  ca65 obj/bbb.s -o obj/bbb.o

for two reasons:

1. There would be no write access to the source directory (probably
even readonly).
2. The potentially generated .u file would appear as obj/bbb.u
(matching best the user's expectation).

Thanks in advance, Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Apr 22 14:24:06 2010

This archive was generated by hypermail 2.1.8 : 2010-04-22 14:24:08 CEST