On Fri, Apr 23, 2010 at 03:17:20PM +0200, silverdr@wfmh.org.pl wrote: > Would that be possible to add this option to ca65? My uneducated > guess is that most of the code from cc65 could be reused there.. That's not true, but not a problem, since it is not much code, and the list of files is kept for other purposes already (they're written to the object files). A more serious question is how to handle --create-dep on the cl65 level? The simplest way would be to add something like --asm-create-dep, which is explicitly passed to the assembler. But what if --create-dep is specified when assembling files with cl65? On the other side, cl65 could try to be smart (in fact, I could try to teach cl65 how to be smart :-), but often, trying to be smart doesn't work as expected :-) 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 Fri Apr 23 20:41:06 2010
This archive was generated by hypermail 2.1.8 : 2010-04-23 20:41:08 CEST