From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-07-13 12:46:52
On Sat, Jul 12, 2003 at 05:13:19PM -0700, David Holz wrote: > If I try to assemble/link an assembly file with cl65, the "-D tag=val" > option doesn't seem to get passed to the assembler. -D works perfectly fine > with ca65. Does the -D on cl65 only go to the compiler? The -D flag is only passed to the compiler. Passing it to both programs is usually wrong, because meaning and syntax is different. This is similar to the -I option: it is only passed to the compiler. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-07-13 12:48:01 CEST